Home
last modified time | relevance | path

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

12

/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()
/external/llvm-project/llvm/lib/Transforms/Utils/
DAssumeBundleBuilder.cpp553 DominatorTreeWrapperPass *DTWP = in runOnFunction() local
555 return simplifyAssumes(F, &AC, DTWP ? &DTWP->getDomTree() : nullptr); in runOnFunction()
598 DominatorTreeWrapperPass *DTWP = in runOnFunction() local
601 salvageKnowledge(&I, &AC, DTWP ? &DTWP->getDomTree() : nullptr); in runOnFunction()
DBreakCriticalEdges.cpp51 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local
52 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/llvm-project/llvm/lib/Analysis/
DDomPrinter.cpp101 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph()
102 return &DTWP->getDomTree(); in getGraph()
/external/llvm/lib/Analysis/
DDomPrinter.cpp85 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph()
86 return &DTWP->getDomTree(); in getGraph()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDomPrinter.cpp101 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph()
102 return &DTWP->getDomTree(); in getGraph()
/external/llvm/lib/CodeGen/
DStackProtector.cpp89 DominatorTreeWrapperPass *DTWP = in runOnFunction() local
91 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
/external/swiftshader/third_party/llvm-10.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-10.0/llvm/lib/CodeGen/
DStackProtector.cpp85 DominatorTreeWrapperPass *DTWP = in runOnFunction() local
87 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBreakCriticalEdges.cpp51 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local
52 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/llvm-project/llvm/lib/CodeGen/
DStackProtector.cpp86 DominatorTreeWrapperPass *DTWP = in runOnFunction() local
88 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/llvm-project/llvm/lib/Transforms/Scalar/
DADCE.cpp718 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local
719 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
DLoopFlatten.cpp722 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local
723 DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
DTailRecursionElimination.cpp849 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local
850 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DADCE.cpp710 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local
711 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
DTailRecursionElimination.cpp832 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local
833 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DPGOMemOPSizeOpt.cpp503 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local
504 DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp584 auto DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnModule() local
585 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnModule()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp595 auto DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnModule() local
596 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnModule()

12