Searched refs:canInstructionRangeModify (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h503 /// canInstructionRangeModify - Return true if it is possible for the
507 bool canInstructionRangeModify(const Instruction &I1, const Instruction &I2,
510 /// canInstructionRangeModify - A convenience wrapper.
511 bool canInstructionRangeModify(const Instruction &I1, const Instruction &I2, function in class:llvm::AliasAnalysis
513 return canInstructionRangeModify(I1, I2, Location(Ptr, Size));
/external/llvm/lib/Analysis/
H A DAliasAnalysis.cpp478 return canInstructionRangeModify(BB.front(), BB.back(), Loc);
481 /// canInstructionRangeModify - Return true if it is possible for the execution
486 bool AliasAnalysis::canInstructionRangeModify(const Instruction &I1, function in class:AliasAnalysis
/external/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp463 if (AA.canInstructionRangeModify(BB->front(), *Load, Loc))

Completed in 82 milliseconds