search for: findaliasinfo

Displaying 1 result from an estimated 1 matches for "findaliasinfo".

2006 Dec 19
3
[LLVMdev] alias-aware scheduling
...AAResult = + AA.alias(SrcValue1, Overlap1, SrcValue2, Overlap2); + if (AAResult == AliasAnalysis::NoAlias) + return false; + } + + // Otherwise we have to assume they alias. + return true; + } + + /* FIXME: copied from DAGCombiner.cpp */ + /// FindAliasInfo - Extracts the relevant alias information from the memory + /// node. Returns true if the operand was a load. + bool FindAliasInfo(SDNode *N, + SDOperand &Ptr, int64_t &Size, + const Value *&SrcValue, int &SrcValueOffset) { + if (LoadSDN...