/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-16.0/llvm/include/llvm/Analysis/ |
D | AliasAnalysis.h | 540 bool canInstructionRangeModRef(const Instruction &I1, const Instruction &I2, 545 bool canInstructionRangeModRef(const Instruction &I1, const Instruction &I2, 548 return canInstructionRangeModRef(I1, I2, MemoryLocation(Ptr, Size), Mode);
|
/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-10.0/llvm/include/llvm/Analysis/ |
D | AliasAnalysis.h | 682 bool canInstructionRangeModRef(const Instruction &I1, const Instruction &I2, 687 bool canInstructionRangeModRef(const Instruction &I1, const Instruction &I2, in canInstructionRangeModRef() function 690 return canInstructionRangeModRef(I1, I2, MemoryLocation(Ptr, Size), Mode); in canInstructionRangeModRef()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | MergedLoadStoreMotion.cpp | 179 return AA->canInstructionRangeModRef(Start, End, Loc, ModRefInfo::ModRef); in isStoreSinkBarrierInRange()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
D | MergedLoadStoreMotion.cpp | 175 return AA->canInstructionRangeModRef(Start, End, Loc, ModRefInfo::ModRef); in isStoreSinkBarrierInRange()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | AliasAnalysis.cpp | 703 return canInstructionRangeModRef(BB.front(), BB.back(), Loc, ModRefInfo::Mod); in canBasicBlockModify() 711 bool AAResults::canInstructionRangeModRef(const Instruction &I1, in canInstructionRangeModRef() function in AAResults
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
D | AliasAnalysis.cpp | 705 return canInstructionRangeModRef(BB.front(), BB.back(), Loc, ModRefInfo::Mod); in canBasicBlockModify() 713 bool AAResults::canInstructionRangeModRef(const Instruction &I1, in canInstructionRangeModRef() function in AAResults
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 667 if (AAR.canInstructionRangeModRef(BB->front(), *Load, Loc, ModRefInfo::Mod)) in findArgParts()
|
/external/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 611 if (AAR.canInstructionRangeModRef(BB->front(), *Load, Loc, MRI_Mod)) in isSafeToPromoteArgument()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 758 if (AAR.canInstructionRangeModRef(BB->front(), *Load, Loc, ModRefInfo::Mod)) in isSafeToPromoteArgument()
|