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.cpp342 MemoryAccess *Clobber = MSSA->getWalker()->getClobberingMemoryAccess( in writtenBetween()
708 MSSA->getWalker()->getClobberingMemoryAccess(LI, BAA))) in processStoreOfLoad()
1434 MemoryAccess *Clobber = MSSA->getWalker()->getClobberingMemoryAccess( in overreadUndefContents()
1790 MSSA->getWalker()->getClobberingMemoryAccess(AnyClobber, DestLoc, BAA); in processMemCpy()
1802 MemoryAccess *SrcClobber = MSSA->getWalker()->getClobberingMemoryAccess( in processMemCpy()
1908 MSSA->getWalker()->getClobberingMemoryAccess(FirstDef, CombinedLoc, BAA)); in isMemMoveMemSetDependency()
1974 MemoryAccess *Clobber = MSSA->getWalker()->getClobberingMemoryAccess( in processByValArgument()
2081 MemoryAccess *Clobber = MSSA->getWalker()->getClobberingMemoryAccess( in processImmutArgument()
H A DEarlyCSE.cpp1151 LaterDef = MSSA->getWalker()->getClobberingMemoryAccess(LaterInst); in isSameMemGeneration()
H A DDeadStoreElimination.cpp2208 MSSA.getWalker()->getClobberingMemoryAccess(Def, BatchAA); in storeIsNoop()
H A DNewGVN.cpp3463 MSSAWalker = MSSA->getWalker(); in runGVN()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMemoryUtils.cpp382 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.cpp265 MSSA->getWalker()->getClobberingMemoryAccess(LI, BAA); in getMatchingValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSA.h713 LLVM_ABI MemorySSAWalker *getWalker();