Searched defs:canInstructionRangeModify (Results 1 - 2 of 2) 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.cpp508 return canInstructionRangeModify(BB.front(), BB.back(), Loc);
511 /// canInstructionRangeModify - Return true if it is possible for the execution
516 bool AliasAnalysis::canInstructionRangeModify(const Instruction &I1, function in class:AliasAnalysis

Completed in 637 milliseconds