Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DAliasAnalysis.h482 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/
DAliasAnalysis.cpp393 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/
DArgumentPromotion.cpp466 if (AA.canInstructionRangeModify(BB->front(), *Load, Loc)) in isSafeToPromoteArgument()