Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyInstructions.cpp49 const DominatorTreeWrapperPass *DTWP = in runOnFunction() local
51 const DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
DBreakCriticalEdges.cpp213 DominatorTreeWrapperPass *DTWP = in SplitCriticalEdge() local
215 DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in SplitCriticalEdge()
DBasicBlockUtils.cpp170 if (DominatorTreeWrapperPass *DTWP = in MergeBlockIntoPredecessor() local
172 DominatorTree &DT = DTWP->getDomTree(); in MergeBlockIntoPredecessor()
285 if (DominatorTreeWrapperPass *DTWP = in SplitBlock() local
287 DominatorTree &DT = DTWP->getDomTree(); in SplitBlock()
343 if (DominatorTreeWrapperPass *DTWP = in UpdateAnalysisInformation() local
345 DTWP->getDomTree().splitBlock(NewBB); in UpdateAnalysisInformation()
DLoopUnroll.cpp439 if (DominatorTreeWrapperPass *DTWP = in UnrollLoop() local
441 DT = &DTWP->getDomTree(); in UnrollLoop()
DLocal.cpp513 if (DominatorTreeWrapperPass *DTWP = in MergeBasicBlockIntoOnlyPred() local
515 DominatorTree &DT = DTWP->getDomTree(); in MergeBasicBlockIntoOnlyPred()
/external/llvm/lib/Transforms/Scalar/
DLoopInstSimplify.cpp72 DominatorTreeWrapperPass *DTWP = in runOnLoop() local
74 DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnLoop()
DLoopRotation.cpp278 if (DominatorTreeWrapperPass *DTWP = in simplifyLoopLatch() local
280 DTWP->getDomTree().eraseNode(Latch); in simplifyLoopLatch()
461 if (DominatorTreeWrapperPass *DTWP = in rotateLoop() local
463 DominatorTree &DT = DTWP->getDomTree(); in rotateLoop()
516 if (DominatorTreeWrapperPass *DTWP = in rotateLoop() local
518 DominatorTree &DT = DTWP->getDomTree(); in rotateLoop()
DLoopUnswitch.cpp381 DominatorTreeWrapperPass *DTWP = in runOnLoop() local
383 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnLoop()
DSROA.cpp3619 DominatorTreeWrapperPass *DTWP = in runOnFunction() local
3621 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
/external/llvm/lib/Analysis/
DDomPrinter.cpp85 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph()
86 return &DTWP->getDomTree(); in getGraph()
DBasicAliasAnalysis.cpp1343 DominatorTreeWrapperPass *DTWP = in isValueEqualInPotentialCycles() local
1345 DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in isValueEqualInPotentialCycles()
DMemoryDependenceAnalysis.cpp93 DominatorTreeWrapperPass *DTWP = in runOnFunction() local
95 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
/external/llvm/lib/CodeGen/
DStackProtector.cpp85 DominatorTreeWrapperPass *DTWP = in runOnFunction() local
87 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
DGCStrategy.cpp265 if (DominatorTreeWrapperPass *DTWP = in runOnFunction() local
267 DTWP->getDomTree().recalculate(F); in runOnFunction()
DCodeGenPrepare.cpp173 DominatorTreeWrapperPass *DTWP = in runOnFunction() local
175 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()