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

/external/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h511 /// canInstructionRangeModify - Return true if it is possible for the
515 bool canInstructionRangeModify(const Instruction &I1, const Instruction &I2,
518 /// canInstructionRangeModify - A convenience wrapper.
519 bool canInstructionRangeModify(const Instruction &I1, const Instruction &I2, function in class:llvm::AliasAnalysis
521 return canInstructionRangeModify(I1, I2, Location(Ptr, Size));
/external/llvm/lib/Analysis/
H A DAliasAnalysis.cpp521 return canInstructionRangeModify(BB.front(), BB.back(), Loc);
524 /// canInstructionRangeModify - Return true if it is possible for the execution
529 bool AliasAnalysis::canInstructionRangeModify(const Instruction &I1, function in class:AliasAnalysis
/external/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp470 if (AA.canInstructionRangeModify(BB->front(), *Load, Loc))

Completed in 426 milliseconds