Home
last modified time | relevance | path

Searched refs:getSkipSelfWalker (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp2157 MSSA.getSkipSelfWalker()->getClobberingMemoryAccess(Def, BatchAA); in dominatingConditionImpliesValue()
2186 MSSA.getSkipSelfWalker()->getClobberingMemoryAccess(Def, BatchAA)); in storeIsNoop()
H A DLICM.cpp1151 MSSA.getSkipSelfWalker()->getClobberingMemoryAccess(MA, BAA); in getClobberingMemoryAccess()
H A DGVN.cpp486 MemoryAccess *MA = MSSA->getSkipSelfWalker()->getClobberingMemoryAccess(I); in addMemoryStateToExp()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSA.h714 LLVM_ABI MemorySSAWalker *getSkipSelfWalker();
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp1603 MemorySSAWalker *MemorySSA::getSkipSelfWalker() { in getSkipSelfWalker() function in MemorySSA