Searched refs:DTWP (Results 1 – 11 of 11) sorted by relevance
51 const DominatorTreeWrapperPass *DTWP = in runOnFunction() local53 const DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
45 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local46 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
76 DominatorTreeWrapperPass *DTWP = in runOnLoop() local78 DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnLoop()
600 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnLoop() local601 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnLoop()
455 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local456 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
85 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph()86 return &DTWP->getDomTree(); in getGraph()
1594 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local1599 DTWP ? &DTWP->getDomTree() : nullptr, in runOnFunction()
1179 DominatorTreeWrapperPass *DTWP = in runOnFunction() local1181 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
104 DominatorTreeWrapperPass *DTWP = in runOnFunction() local106 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
88 DominatorTreeWrapperPass *DTWP = in runOnFunction() local90 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
149 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local150 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()