Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUMemoryUtils.cpp111 MemorySSAWalker *Walker = MSSA->getWalker(); in isClobberedInFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp334 MemoryAccess *Clobber = MSSA->getWalker()->getClobberingMemoryAccess( in writtenBetween()
720 MSSA->getWalker()->getClobberingMemoryAccess(LI, BAA))) in processStoreOfLoad()
1398 MemoryAccess *Clobber = MSSA->getWalker()->getClobberingMemoryAccess( in performMemCpyToMemSetOptzn()
1703 MSSA->getWalker()->getClobberingMemoryAccess(AnyClobber, DestLoc, BAA); in processMemCpy()
1715 MemoryAccess *SrcClobber = MSSA->getWalker()->getClobberingMemoryAccess( in processMemCpy()
1825 MemoryAccess *Clobber = MSSA->getWalker()->getClobberingMemoryAccess( in processByValArgument()
1922 MemoryAccess *Clobber = MSSA->getWalker()->getClobberingMemoryAccess( in processImmutArgument()
H A DEarlyCSE.cpp1162 LaterDef = MSSA->getWalker()->getClobberingMemoryAccess(LaterInst); in isSameMemGeneration()
H A DDeadStoreElimination.cpp1965 MSSA.getWalker()->getClobberingMemoryAccess(Def, BatchAA); in storeIsNoop()
H A DNewGVN.cpp3429 MSSAWalker = MSSA->getWalker(); in runGVN()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp124 : MSSA(M), Walker(M->getWalker()), BAA(M->getAA()) {} in MemorySSAWalkerAnnotatedWriter()
1245 getWalker(); in MemorySSA()
1547 MemorySSAWalker *MemorySSA::getWalker() { return getWalkerImpl(); } in getWalker() function in MemorySSA
1802 getWalker()->invalidateInfo(MA); in removeFromLookups()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSA.h710 MemorySSAWalker *getWalker();