Searched refs:DTWP (Results 1 – 15 of 15) sorted by relevance
49 const DominatorTreeWrapperPass *DTWP = in runOnFunction() local51 const DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
213 DominatorTreeWrapperPass *DTWP = in SplitCriticalEdge() local215 DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in SplitCriticalEdge()
170 if (DominatorTreeWrapperPass *DTWP = in MergeBlockIntoPredecessor() local172 DominatorTree &DT = DTWP->getDomTree(); in MergeBlockIntoPredecessor()285 if (DominatorTreeWrapperPass *DTWP = in SplitBlock() local287 DominatorTree &DT = DTWP->getDomTree(); in SplitBlock()343 if (DominatorTreeWrapperPass *DTWP = in UpdateAnalysisInformation() local345 DTWP->getDomTree().splitBlock(NewBB); in UpdateAnalysisInformation()
439 if (DominatorTreeWrapperPass *DTWP = in UnrollLoop() local441 DT = &DTWP->getDomTree(); in UnrollLoop()
513 if (DominatorTreeWrapperPass *DTWP = in MergeBasicBlockIntoOnlyPred() local515 DominatorTree &DT = DTWP->getDomTree(); in MergeBasicBlockIntoOnlyPred()
72 DominatorTreeWrapperPass *DTWP = in runOnLoop() local74 DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnLoop()
278 if (DominatorTreeWrapperPass *DTWP = in simplifyLoopLatch() local280 DTWP->getDomTree().eraseNode(Latch); in simplifyLoopLatch()461 if (DominatorTreeWrapperPass *DTWP = in rotateLoop() local463 DominatorTree &DT = DTWP->getDomTree(); in rotateLoop()516 if (DominatorTreeWrapperPass *DTWP = in rotateLoop() local518 DominatorTree &DT = DTWP->getDomTree(); in rotateLoop()
381 DominatorTreeWrapperPass *DTWP = in runOnLoop() local383 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnLoop()
3619 DominatorTreeWrapperPass *DTWP = in runOnFunction() local3621 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
85 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph()86 return &DTWP->getDomTree(); in getGraph()
1343 DominatorTreeWrapperPass *DTWP = in isValueEqualInPotentialCycles() local1345 DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in isValueEqualInPotentialCycles()
93 DominatorTreeWrapperPass *DTWP = in runOnFunction() local95 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
85 DominatorTreeWrapperPass *DTWP = in runOnFunction() local87 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
265 if (DominatorTreeWrapperPass *DTWP = in runOnFunction() local267 DTWP->getDomTree().recalculate(F); in runOnFunction()
173 DominatorTreeWrapperPass *DTWP = in runOnFunction() local175 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()