Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp3383 auto *MSSAWP = getAnalysisIfAvailable<MemorySSAWrapperPass>(); in runOnFunction() local
3384 if (Impl.isMemorySSAEnabled() && !MSSAWP) in runOnFunction()
3385 MSSAWP = &getAnalysis<MemorySSAWrapperPass>(); in runOnFunction()
3397 MSSAWP ? &MSSAWP->getMSSA() : nullptr); in runOnFunction()