Home
last modified time | relevance | path

Searched refs:getDomTree (Results 1 – 25 of 169) sorted by relevance

1234567

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineDominators.h137 MachineDominatorTree &getDomTree() { return *DT; } in getDomTree() function
138 const MachineDominatorTree &getDomTree() const { return *DT; } in getDomTree() function
H A DLiveRangeCalc.h170 MachineDominatorTree *getDomTree() { return DomTree; } in getDomTree() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineDominanceFrontier.cpp41 Base.analyze(getAnalysis<MachineDominatorTreeWrapperPass>().getDomTree()); in runOnMachineFunction()
H A DDwarfEHPrepare.cpp139 if (isPotentiallyReachable(LP, RI, nullptr, &DTU->getDomTree())) { in pruneUnreachableResumes()
350 DT = &DTWP->getDomTree(); in runOnFunction()
353 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
H A DLazyMachineBlockFrequencyInfo.cpp65 auto *MDT = MDTWrapper ? &MDTWrapper->getDomTree() : nullptr; in calculateIfNotAvailable()
H A DMachineRegionInfo.cpp87 auto DT = &getAnalysis<MachineDominatorTreeWrapperPass>().getDomTree(); in runOnMachineFunction()
H A DStackProtector.cpp140 DTU.getDomTree().verify(DominatorTree::VerificationLevel::Full)) && in run()
176 DTU.emplace(DTWP->getDomTree(), DomTreeUpdater::UpdateStrategy::Lazy); in runOnFunction()
200 DTU->getDomTree().verify(DominatorTree::VerificationLevel::Full)) && in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp385 *NewPt->getParent()->getParent()).getDomTree(); in isDominated()
411 *NewPt->getParent()->getParent()).getDomTree(); in tryAndMerge()
504 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>(F).getDomTree(); in insertDefinitions()
H A DAArch64CleanupLocalDynamicTLSPass.cpp51 &getAnalysis<MachineDominatorTreeWrapperPass>().getDomTree(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyOptimizeReturned.cpp76 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
H A DWebAssemblyMemIntrinsicResults.cpp183 auto &MDT = getAnalysis<MachineDominatorTreeWrapperPass>().getDomTree(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyIndVar.h46 const DominatorTree *getDomTree() const { return DT; } in getDomTree() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDominanceFrontier.cpp47 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction()
H A DDomPrinter.cpp47 return &DTWP->getDomTree(); in getGraph()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMem2Reg.cpp88 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDominators.h330 DominatorTree &getDomTree() { return DT; }
331 const DominatorTree &getDomTree() const { return DT; }
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteUndefForPHI.cpp173 DominatorTree *DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZLDCleanup.cpp76 &getAnalysis<MachineDominatorTreeWrapperPass>().getDomTree(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInstSimplifyPass.cpp97 &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
H A DReg2Mem.cpp131 DominatorTree *DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsPostLegalizerCombiner.cpp140 : &getAnalysis<MachineDominatorTreeWrapperPass>().getDomTree(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCTRLoopsVerify.cpp161 MDT = &getAnalysis<MachineDominatorTreeWrapperPass>().getDomTree(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVPostLegalizerCombiner.cpp140 &getAnalysis<MachineDominatorTreeWrapperPass>().getDomTree(); in runOnMachineFunction()
H A DRISCVPreLegalizerCombiner.cpp142 &getAnalysis<MachineDominatorTreeWrapperPass>().getDomTree(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DGenericDomTreeUpdater.h192 DomTreeT &getDomTree();

1234567