Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDDomPrinter.cpp101 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph()
102 return &DTWP->getDomTree(); in getGraph()
HDLazyValueInfo.cpp1631 DominatorTreeWrapperPass *DTWP = in runOnFunction() local
1633 Info.DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
HDBasicAliasAnalysis.cpp2077 auto &DTWP = getAnalysis<DominatorTreeWrapperPass>(); in runOnFunction() local
2083 &DTWP.getDomTree(), in runOnFunction()
HDInstructionSimplify.cpp5597 auto *DTWP = P.getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in getBestSimplifyQuery() local
5598 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in getBestSimplifyQuery()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDPGOMemOPSizeOpt.cpp432 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local
433 DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDStackProtector.cpp85 DominatorTreeWrapperPass *DTWP = in runOnFunction() local
87 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDBreakCriticalEdges.cpp51 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local
52 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
HDLibCallsShrinkWrap.cpp538 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local
539 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDADCE.cpp710 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local
711 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
HDTailRecursionElimination.cpp832 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local
833 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
HDMergeICmps.cpp905 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local
907 return runImpl(F, TLI, TTI, AA, DTWP ? &DTWP->getDomTree() : nullptr); in runOnFunction()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUPrintfRuntimeBinding.cpp595 auto DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnModule() local
596 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnModule()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCLoopInstrFormPrep.cpp293 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local
294 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGISel.cpp439 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnMachineFunction() local
440 DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnMachineFunction()