Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h300 MemoryLocation getWithNewPtr(const Value *NewPtr) const { in getWithNewPtr() function
H A DMemorySSA.h1286 CurrentPair.second = CurrentPair.second.getWithNewPtr(Addr);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2629 MemoryLocation NewLoc = Loc.getWithNewPtr(Ptr); in analyzeLoop()
2677 MemoryLocation NewLoc = Loc.getWithNewPtr(Ptr); in analyzeLoop()
H A DMemoryDependenceAnalysis.cpp1338 Loc.getWithNewPtr(PredPtrVal), isLoad, in getNonLocalPointerDepFromBB()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1449 findDominatingValue(Loc.getWithNewPtr(Sel->getTrueValue()), in AnalyzeLoadAvailability()
1454 findDominatingValue(Loc.getWithNewPtr(Sel->getFalseValue()), in AnalyzeLoadAvailability()
H A DMemCpyOptimizer.cpp1198 MCopyLoc = MCopyLoc.getWithNewPtr(CopySource); in processMemCpyMemCpyDependence()
H A DDeadStoreElimination.cpp474 if (isModSet(AA.getModRefInfo(I, MemLoc.getWithNewPtr(Ptr)))) in memoryIsNotModifiedBetween()