Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h306 MemoryLocation getWithNewPtr(const Value *NewPtr) const { in getWithNewPtr() function
H A DMemorySSA.h1273 CurrentPair.second = CurrentPair.second.getWithNewPtr(Addr);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2487 MemoryLocation NewLoc = Loc.getWithNewPtr(Ptr); in analyzeLoop()
2536 MemoryLocation NewLoc = Loc.getWithNewPtr(Ptr); in analyzeLoop()
H A DMemoryDependenceAnalysis.cpp1397 Loc.getWithNewPtr(PredPtrVal), isLoad, in getNonLocalPointerDepFromBB()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1289 findDominatingValue(Loc.getWithNewPtr(Sel->getTrueValue()), in AnalyzeLoadAvailability()
1294 findDominatingValue(Loc.getWithNewPtr(Sel->getFalseValue()), in AnalyzeLoadAvailability()
H A DDeadStoreElimination.cpp453 if (isModSet(AA.getModRefInfo(I, MemLoc.getWithNewPtr(Ptr)))) in memoryIsNotModifiedBetween()