| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| D | AssumeBundleBuilder.cpp | 585 DominatorTreeWrapperPass *DTWP = in runOnFunction() local 587 return simplifyAssumes(F, &AC, DTWP ? &DTWP->getDomTree() : nullptr); in runOnFunction() 630 DominatorTreeWrapperPass *DTWP = in runOnFunction() local 633 salvageKnowledge(&I, &AC, DTWP ? &DTWP->getDomTree() : nullptr); in runOnFunction()
|
| D | BreakCriticalEdges.cpp | 51 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local 52 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()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | DomPrinter.cpp | 101 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph() 102 return &DTWP->getDomTree(); in getGraph()
|
| D | BasicAliasAnalysis.cpp | 1824 auto &DTWP = getAnalysis<DominatorTreeWrapperPass>(); in runOnFunction() local 1829 &DTWP.getDomTree(), in runOnFunction()
|
| D | InstructionSimplify.cpp | 6333 auto *DTWP = P.getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in getBestSimplifyQuery() local 6334 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in getBestSimplifyQuery()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | LowerConstantIntrinsics.cpp | 178 if (auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>()) in runOnFunction() local 179 DT = &DTWP->getDomTree(); in runOnFunction()
|
| D | PartiallyInlineLibCalls.cpp | 192 if (auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>()) in runOnFunction() local 193 DT = &DTWP->getDomTree(); in runOnFunction()
|
| D | ADCE.cpp | 723 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local 724 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
|
| D | LoopFlatten.cpp | 730 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local 731 DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
|
| D | TailRecursionElimination.cpp | 894 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local 895 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
|
| D | MergeICmps.cpp | 888 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local 890 return runImpl(F, TLI, TTI, AA, DTWP ? &DTWP->getDomTree() : nullptr); in runOnFunction()
|
| D | ScalarizeMaskedMemIntrin.cpp | 896 if (auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>()) in runOnFunction() local 897 DT = &DTWP->getDomTree(); in runOnFunction()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | IndirectBrExpandPass.cpp | 98 if (auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>()) in runOnFunction() local 99 DTU.emplace(DTWP->getDomTree(), DomTreeUpdater::UpdateStrategy::Lazy); in runOnFunction()
|
| D | StackProtector.cpp | 87 DominatorTreeWrapperPass *DTWP = in runOnFunction() local 89 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
|
| D | DwarfEHPrepare.cpp | 311 if (auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>()) in runOnFunction() local 312 DT = &DTWP->getDomTree(); in runOnFunction()
|
| D | ShadowStackGCLowering.cpp | 310 if (auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>()) in runOnFunction() local 311 DTU.emplace(DTWP->getDomTree(), DomTreeUpdater::UpdateStrategy::Lazy); in runOnFunction()
|
| D | SafeStack.cpp | 909 if (auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>()) { in runOnFunction() local 910 DT = &DTWP->getDomTree(); in runOnFunction()
|
| D | ExpandMemCmp.cpp | 824 if (auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>()) in runOnFunction() local 825 DT = &DTWP->getDomTree(); in runOnFunction()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| D | PGOMemOPSizeOpt.cpp | 524 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local 525 DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCLoopInstrFormPrep.cpp | 294 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local 295 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86LowerAMXIntrinsics.cpp | 651 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local 652 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUCodeGenPrepare.cpp | 1401 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local 1402 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGISel.cpp | 445 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnMachineFunction() local 446 DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnMachineFunction()
|