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.h306 MemoryLocation getWithNewPtr(const Value *NewPtr) const { in getWithNewPtr() function
H A DMemorySSA.h1278 CurrentPair.second = CurrentPair.second.getWithNewPtr(Addr);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2561 MemoryLocation NewLoc = Loc.getWithNewPtr(Ptr); in analyzeLoop()
2609 MemoryLocation NewLoc = Loc.getWithNewPtr(Ptr); in analyzeLoop()
H A DMemoryDependenceAnalysis.cpp1397 Loc.getWithNewPtr(PredPtrVal), isLoad, in getNonLocalPointerDepFromBB()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1354 findDominatingValue(Loc.getWithNewPtr(Sel->getTrueValue()), in AnalyzeLoadAvailability()
1359 findDominatingValue(Loc.getWithNewPtr(Sel->getFalseValue()), in AnalyzeLoadAvailability()
H A DMemCpyOptimizer.cpp1196 MCopyLoc = MCopyLoc.getWithNewPtr(CopySource); in processMemCpyMemCpyDependence()
H A DDeadStoreElimination.cpp453 if (isModSet(AA.getModRefInfo(I, MemLoc.getWithNewPtr(Ptr)))) in memoryIsNotModifiedBetween()