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

  /external/llvm/lib/Transforms/Utils/
SimplifyInstructions.cpp 51 const DominatorTreeWrapperPass *DTWP =
53 const DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr;
BreakCriticalEdges.cpp 45 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>();
46 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr;
  /external/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp 76 DominatorTreeWrapperPass *DTWP =
78 DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr;
LoopRotation.cpp 600 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>();
601 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr;
LoopInterchange.cpp 455 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>();
456 DT = DTWP ? &DTWP->getDomTree() : nullptr;
    [all...]
  /external/llvm/lib/Analysis/
DomPrinter.cpp 85 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) {
86 return &DTWP->getDomTree();
BasicAliasAnalysis.cpp     [all...]
LazyValueInfo.cpp     [all...]
MemoryDependenceAnalysis.cpp 104 DominatorTreeWrapperPass *DTWP =
106 DT = DTWP ? &DTWP->getDomTree() : nullptr;
    [all...]
  /external/llvm/lib/CodeGen/
StackProtector.cpp 88 DominatorTreeWrapperPass *DTWP =
90 DT = DTWP ? &DTWP->getDomTree() : nullptr;
  /external/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp 149 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>();
150 DT = DTWP ? &DTWP->getDomTree() : nullptr;

Completed in 537 milliseconds