Searched refs:canInstructionRangeModify (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | AliasAnalysis.h | 482 bool canInstructionRangeModify(const Instruction &I1, const Instruction &I2, 486 bool canInstructionRangeModify(const Instruction &I1, const Instruction &I2, in canInstructionRangeModify() function 488 return canInstructionRangeModify(I1, I2, Location(Ptr, Size)); in canInstructionRangeModify()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | AliasAnalysis.cpp | 393 return canInstructionRangeModify(BB.front(), BB.back(), Loc); in canBasicBlockModify() 401 bool AliasAnalysis::canInstructionRangeModify(const Instruction &I1, in canInstructionRangeModify() function in AliasAnalysis
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 466 if (AA.canInstructionRangeModify(BB->front(), *Load, Loc)) in isSafeToPromoteArgument()
|