Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp498 MemorySSAWalker *MSSAWalker = nullptr; member in __anonccb5b2130211::NewGVN
1391 StoreRHS = MSSAWalker->getClobberingMemoryAccess(StoreAccess); in performSymbolicStoreEvaluation()
1525 MSSAWalker->getClobberingMemoryAccess(OriginalAccess); in performSymbolicLoadEvaluation()
1610 auto *DefiningAccess = MSSAWalker->getClobberingMemoryAccess(MA); in performSymbolicCallEvaluation()
3393 MSSAWalker = MSSA->getWalker(); in runGVN()