Home
last modified time | relevance | path

Searched refs:canInstructionRangeModRef (Results 1 – 12 of 12) sorted by relevance

/external/llvm/include/llvm/Analysis/
DAliasAnalysis.h554 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/
DAliasAnalysis.h540 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/
DMergedLoadStoreMotion.cpp207 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/
DAliasAnalysis.cpp484 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/
DAliasAnalysis.h682 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/
DMergedLoadStoreMotion.cpp179 return AA->canInstructionRangeModRef(Start, End, Loc, ModRefInfo::ModRef); in isStoreSinkBarrierInRange()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp175 return AA->canInstructionRangeModRef(Start, End, Loc, ModRefInfo::ModRef); in isStoreSinkBarrierInRange()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasAnalysis.cpp703 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/
DAliasAnalysis.cpp705 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/
DArgumentPromotion.cpp667 if (AAR.canInstructionRangeModRef(BB->front(), *Load, Loc, ModRefInfo::Mod)) in findArgParts()
/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp611 if (AAR.canInstructionRangeModRef(BB->front(), *Load, Loc, MRI_Mod)) in isSafeToPromoteArgument()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp758 if (AAR.canInstructionRangeModRef(BB->front(), *Load, Loc, ModRefInfo::Mod)) in isSafeToPromoteArgument()