Home
last modified time | relevance | path

Searched refs:getWithNewPtr (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMemoryLocation.h294 MemoryLocation getWithNewPtr(const Value *NewPtr) const { in getWithNewPtr() function
H A DMemorySSA.h1282 CurrentPair.second = CurrentPair.second.getWithNewPtr(TransAddr);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2271 MemoryLocation NewLoc = Loc.getWithNewPtr(Ptr); in analyzeLoop()
2320 MemoryLocation NewLoc = Loc.getWithNewPtr(Ptr); in analyzeLoop()
H A DMemoryDependenceAnalysis.cpp1358 Loc.getWithNewPtr(PredPtrVal), isLoad, in getNonLocalPointerDepFromBB()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp444 if (isModSet(AA.getModRefInfo(I, MemLoc.getWithNewPtr(Ptr)))) in memoryIsNotModifiedBetween()