Searched refs:DTWP (Results 1 – 14 of 14) sorted by relevance
101 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph()102 return &DTWP->getDomTree(); in getGraph()
1631 DominatorTreeWrapperPass *DTWP = in runOnFunction() local1633 Info.DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
2077 auto &DTWP = getAnalysis<DominatorTreeWrapperPass>(); in runOnFunction() local2083 &DTWP.getDomTree(), in runOnFunction()
5597 auto *DTWP = P.getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in getBestSimplifyQuery() local5598 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in getBestSimplifyQuery()
432 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local433 DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
85 DominatorTreeWrapperPass *DTWP = in runOnFunction() local87 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
51 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local52 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
538 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local539 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
710 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local711 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
832 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local833 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
905 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local907 return runImpl(F, TLI, TTI, AA, DTWP ? &DTWP->getDomTree() : nullptr); in runOnFunction()
595 auto DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnModule() local596 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnModule()
293 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local294 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
439 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnMachineFunction() local440 DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnMachineFunction()