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

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

Completed in 171 milliseconds