Home
last modified time | relevance | path

Searched refs:getWalker (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp338 MemoryAccess *Clobber = MSSA->getWalker()->getClobberingMemoryAccess( in writtenBetween()
723 MSSA->getWalker()->getClobberingMemoryAccess(LI, BAA))) in processStoreOfLoad()
1467 MemoryAccess *Clobber = MSSA->getWalker()->getClobberingMemoryAccess( in performMemCpyToMemSetOptzn()
1772 MSSA->getWalker()->getClobberingMemoryAccess(AnyClobber, DestLoc, BAA); in processMemCpy()
1784 MemoryAccess *SrcClobber = MSSA->getWalker()->getClobberingMemoryAccess( in processMemCpy()
1893 MemoryAccess *Clobber = MSSA->getWalker()->getClobberingMemoryAccess( in processByValArgument()
1991 MemoryAccess *Clobber = MSSA->getWalker()->getClobberingMemoryAccess( in processImmutArgument()
H A DEarlyCSE.cpp1162 LaterDef = MSSA->getWalker()->getClobberingMemoryAccess(LaterInst); in isSameMemGeneration()
H A DDeadStoreElimination.cpp2023 MSSA.getWalker()->getClobberingMemoryAccess(Def, BatchAA); in storeIsNoop()
H A DNewGVN.cpp3432 MSSAWalker = MSSA->getWalker(); in runGVN()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUMemoryUtils.cpp327 MemorySSAWalker *Walker = MSSA->getWalker(); in isClobberedInFunction()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp125 : MSSA(M), Walker(M->getWalker()), BAA(M->getAA()) {} in MemorySSAWalkerAnnotatedWriter()
1248 getWalker(); in MemorySSA()
1269 getWalker(); in MemorySSA()
1590 MemorySSAWalker *MemorySSA::getWalker() { return getWalkerImpl(); } in getWalker() function in MemorySSA
1847 getWalker()->invalidateInfo(MA); in removeFromLookups()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp269 MSSA->getWalker()->getClobberingMemoryAccess(LI, BAA); in getMatchingValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSA.h712 MemorySSAWalker *getWalker();