/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopRotation.cpp | 82 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnLoop() local 83 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnLoop()
|
D | CallSiteSplitting.cpp | 535 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local 537 DTWP ? &DTWP->getDomTree() : nullptr); in runOnFunction()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyInstructions.cpp | 102 const DominatorTreeWrapperPass *DTWP = in runOnFunction() local 104 const DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
|
D | BreakCriticalEdges.cpp | 45 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local 46 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopInstSimplify.cpp | 71 DominatorTreeWrapperPass *DTWP = in runOnLoop() local 73 DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnLoop()
|
D | LoopRotation.cpp | 672 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnLoop() local 673 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnLoop()
|
D | LoopInterchange.cpp | 454 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local 455 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | DomPrinter.cpp | 101 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph() 102 return &DTWP->getDomTree(); in getGraph()
|
D | LazyValueInfo.cpp | 1480 DominatorTreeWrapperPass *DTWP = in runOnFunction() local 1482 Info.DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
|
D | BasicAliasAnalysis.cpp | 1948 auto &DTWP = getAnalysis<DominatorTreeWrapperPass>(); in runOnFunction() local 1953 ACT.getAssumptionCache(F), &DTWP.getDomTree(), in runOnFunction()
|
D | InstructionSimplify.cpp | 5157 auto *DTWP = P.getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in getBestSimplifyQuery() local 5158 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in getBestSimplifyQuery()
|
/external/llvm/lib/Analysis/ |
D | DomPrinter.cpp | 85 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph() 86 return &DTWP->getDomTree(); in getGraph()
|
D | LazyValueInfo.cpp | 1442 DominatorTreeWrapperPass *DTWP = in runOnFunction() local 1444 Info.DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
|
D | BasicAliasAnalysis.cpp | 1702 auto &DTWP = getAnalysis<DominatorTreeWrapperPass>(); in runOnFunction() local 1706 ACT.getAssumptionCache(F), &DTWP.getDomTree(), in runOnFunction()
|
/external/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 89 DominatorTreeWrapperPass *DTWP = in runOnFunction() local 91 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | PGOMemOPSizeOpt.cpp | 432 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local 433 DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | BreakCriticalEdges.cpp | 49 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local 50 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
|
D | LibCallsShrinkWrap.cpp | 538 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local 539 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 81 DominatorTreeWrapperPass *DTWP = in runOnFunction() local 83 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCLoopPreIncPrep.cpp | 152 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local 153 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCLoopPreIncPrep.cpp | 174 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local 175 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 410 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnMachineFunction() local 411 DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnMachineFunction()
|