Searched refs:canInstructionRangeModRef (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | AliasAnalysis.h | 554 bool canInstructionRangeModRef(const Instruction &I1, const Instruction &I2, 559 bool canInstructionRangeModRef(const Instruction &I1, const Instruction &I2, in canInstructionRangeModRef() function 562 return canInstructionRangeModRef(I1, I2, MemoryLocation(Ptr, Size), Mode); in canInstructionRangeModRef()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | AliasAnalysis.h | 708 bool canInstructionRangeModRef(const Instruction &I1, const Instruction &I2, 713 bool canInstructionRangeModRef(const Instruction &I1, const Instruction &I2, in canInstructionRangeModRef() function 716 return canInstructionRangeModRef(I1, I2, MemoryLocation(Ptr, Size), Mode); in canInstructionRangeModRef()
|
/external/llvm/lib/Transforms/Scalar/ |
D | MergedLoadStoreMotion.cpp | 207 return AA->canInstructionRangeModRef(Start, End, Loc, MRI_Mod); in isLoadHoistBarrierInRange() 370 return AA->canInstructionRangeModRef(Start, End, Loc, MRI_ModRef); in isStoreSinkBarrierInRange()
|
/external/llvm/lib/Analysis/ |
D | AliasAnalysis.cpp | 484 return canInstructionRangeModRef(BB.front(), BB.back(), Loc, MRI_Mod); in canBasicBlockModify() 492 bool AAResults::canInstructionRangeModRef(const Instruction &I1, in canInstructionRangeModRef() function in AAResults
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | AliasAnalysis.cpp | 613 return canInstructionRangeModRef(BB.front(), BB.back(), Loc, ModRefInfo::Mod); in canBasicBlockModify() 621 bool AAResults::canInstructionRangeModRef(const Instruction &I1, in canInstructionRangeModRef() function in AAResults
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | MergedLoadStoreMotion.cpp | 173 return AA->canInstructionRangeModRef(Start, End, Loc, ModRefInfo::ModRef); in isStoreSinkBarrierInRange()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 722 if (AAR.canInstructionRangeModRef(BB->front(), *Load, Loc, ModRefInfo::Mod)) in isSafeToPromoteArgument()
|
/external/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 611 if (AAR.canInstructionRangeModRef(BB->front(), *Load, Loc, MRI_Mod)) in isSafeToPromoteArgument()
|