Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp82 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnLoop() local
83 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnLoop()
DCallSiteSplitting.cpp535 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local
537 DTWP ? &DTWP->getDomTree() : nullptr); in runOnFunction()
/external/llvm/lib/Transforms/Utils/
DSimplifyInstructions.cpp102 const DominatorTreeWrapperPass *DTWP = in runOnFunction() local
104 const DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
DBreakCriticalEdges.cpp45 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local
46 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
/external/llvm/lib/Transforms/Scalar/
DLoopInstSimplify.cpp71 DominatorTreeWrapperPass *DTWP = in runOnLoop() local
73 DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnLoop()
DLoopRotation.cpp672 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnLoop() local
673 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnLoop()
DLoopInterchange.cpp454 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/
DDomPrinter.cpp101 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph()
102 return &DTWP->getDomTree(); in getGraph()
DLazyValueInfo.cpp1480 DominatorTreeWrapperPass *DTWP = in runOnFunction() local
1482 Info.DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
DBasicAliasAnalysis.cpp1948 auto &DTWP = getAnalysis<DominatorTreeWrapperPass>(); in runOnFunction() local
1953 ACT.getAssumptionCache(F), &DTWP.getDomTree(), in runOnFunction()
DInstructionSimplify.cpp5157 auto *DTWP = P.getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in getBestSimplifyQuery() local
5158 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in getBestSimplifyQuery()
/external/llvm/lib/Analysis/
DDomPrinter.cpp85 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph()
86 return &DTWP->getDomTree(); in getGraph()
DLazyValueInfo.cpp1442 DominatorTreeWrapperPass *DTWP = in runOnFunction() local
1444 Info.DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
DBasicAliasAnalysis.cpp1702 auto &DTWP = getAnalysis<DominatorTreeWrapperPass>(); in runOnFunction() local
1706 ACT.getAssumptionCache(F), &DTWP.getDomTree(), in runOnFunction()
/external/llvm/lib/CodeGen/
DStackProtector.cpp89 DominatorTreeWrapperPass *DTWP = in runOnFunction() local
91 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOMemOPSizeOpt.cpp432 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/
DBreakCriticalEdges.cpp49 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local
50 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
DLibCallsShrinkWrap.cpp538 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/
DStackProtector.cpp81 DominatorTreeWrapperPass *DTWP = in runOnFunction() local
83 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
/external/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp152 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/
DPPCLoopPreIncPrep.cpp174 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/
DSelectionDAGISel.cpp410 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnMachineFunction() local
411 DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnMachineFunction()