HomeSort by relevance Sort by last modified time
    Searched refs:DTWP (Results 1 - 15 of 15) sorted by null

  /external/llvm/lib/Transforms/Utils/
SimplifyInstructions.cpp 49 const DominatorTreeWrapperPass *DTWP =
51 const DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr;
BreakCriticalEdges.cpp 213 DominatorTreeWrapperPass *DTWP =
215 DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr;
BasicBlockUtils.cpp 170 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);
    [all...]
LoopUnroll.cpp 439 if (DominatorTreeWrapperPass *DTWP =
441 DT = &DTWP->getDomTree();
Local.cpp 513 if (DominatorTreeWrapperPass *DTWP =
515 DominatorTree &DT = DTWP->getDomTree();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp 72 DominatorTreeWrapperPass *DTWP =
74 DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr;
LoopRotation.cpp 278 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();
LoopUnswitch.cpp 381 DominatorTreeWrapperPass *DTWP =
383 DT = DTWP ? &DTWP->getDomTree() : nullptr;
    [all...]
SROA.cpp     [all...]
  /external/llvm/lib/Analysis/
DomPrinter.cpp 85 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) {
86 return &DTWP->getDomTree();
BasicAliasAnalysis.cpp     [all...]
MemoryDependenceAnalysis.cpp 93 DominatorTreeWrapperPass *DTWP =
95 DT = DTWP ? &DTWP->getDomTree() : nullptr;
    [all...]
  /external/llvm/lib/CodeGen/
StackProtector.cpp 85 DominatorTreeWrapperPass *DTWP =
87 DT = DTWP ? &DTWP->getDomTree() : nullptr;
GCStrategy.cpp 265 if (DominatorTreeWrapperPass *DTWP =
267 DTWP->getDomTree().recalculate(F);
CodeGenPrepare.cpp 173 DominatorTreeWrapperPass *DTWP =
175 DT = DTWP ? &DTWP->getDomTree() : nullptr;
    [all...]

Completed in 1039 milliseconds