Searched refs:canInstructionRangeModRef (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | AliasAnalysis.h | 549 bool canInstructionRangeModRef(const Instruction &I1, const Instruction &I2, 554 bool canInstructionRangeModRef(const Instruction &I1, const Instruction &I2, 557 return canInstructionRangeModRef(I1, I2, MemoryLocation(Ptr, Size), Mode);
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A 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
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | MergedLoadStoreMotion.cpp | 175 return AA->canInstructionRangeModRef(Start, End, Loc, ModRefInfo::ModRef); in isStoreSinkBarrierInRange()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | ArgumentPromotion.cpp | 667 if (AAR.canInstructionRangeModRef(BB->front(), *Load, Loc, ModRefInfo::Mod)) in findArgParts()
|