Home | History | Annotate | Download | only in Scalar

Lines Matching refs:DTWP

434     auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>();
435 DT = DTWP ? &DTWP->getDomTree() : nullptr;