Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp360 MemoryAccess *Clobber = MSSA->getWalker()->getClobberingMemoryAccess( in writtenBetween()
751 MSSA->getWalker()->getClobberingMemoryAccess(LI))) { in processStore()
1333 MemoryAccess *Clobber = MSSA->getWalker()->getClobberingMemoryAccess( in performMemCpyToMemSetOptzn()
1405 MemoryAccess *AnyClobber = MSSA->getWalker()->getClobberingMemoryAccess(MA); in processMemCpy()
1408 MSSA->getWalker()->getClobberingMemoryAccess(AnyClobber, DestLoc); in processMemCpy()
1420 MemoryAccess *SrcClobber = MSSA->getWalker()->getClobberingMemoryAccess( in processMemCpy()
1584 MemoryAccess *Clobber = MSSA->getWalker()->getClobberingMemoryAccess( in processByValArgument()
H A DEarlyCSE.cpp1018 LaterDef = MSSA->getWalker()->getClobberingMemoryAccess(LaterInst); in isSameMemGeneration()
H A DDeadStoreElimination.cpp1804 MSSA.getWalker()->getClobberingMemoryAccess(Def); in storeIsNoop()
H A DNewGVN.cpp3393 MSSAWalker = MSSA->getWalker(); in runGVN()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUAnnotateUniformValues.cpp74 const MemoryAccess *MA = MSSA->getWalker()->getClobberingMemoryAccess(Load); in isClobberedInFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSA.cpp1252 getWalker(); in MemorySSA()
1566 MemorySSAWalker *MemorySSA::getWalker() { return getWalkerImpl(); } in getWalker() function in MemorySSA
1812 getWalker()->invalidateInfo(MA); in removeFromLookups()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemorySSA.h714 MemorySSAWalker *getWalker();