| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | DwarfEHPrepare.cpp | 139 if (isPotentiallyReachable(LP, RI, nullptr, &DTU->getDomTree())) { in pruneUnreachableResumes() 343 DT = &DTWP->getDomTree(); in runOnFunction() 346 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
| H A D | LiveIntervalCalc.cpp | 89 MachineDominatorTree *DomTree = getDomTree(); in calculate()
|
| H A D | StackProtector.cpp | 175 DTU.emplace(DTWP->getDomTree(), DomTreeUpdater::UpdateStrategy::Lazy); in runOnFunction() 199 DTU->getDomTree().verify(DominatorTree::VerificationLevel::Full)) && in runOnFunction()
|
| H A D | CallBrPrepare.cpp | 237 DT = &DTWP->getDomTree(); in runOnFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64PromoteConstant.cpp | 385 *NewPt->getParent()->getParent()).getDomTree(); in isDominated() 411 *NewPt->getParent()->getParent()).getDomTree(); in tryAndMerge() 504 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>(F).getDomTree(); in insertDefinitions()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyOptimizeReturned.cpp | 76 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | SimplifyIndVar.h | 44 const DominatorTree *getDomTree() const { return DT; } in getDomTree() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DominanceFrontier.cpp | 49 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction()
|
| H A D | DomPrinter.cpp | 47 return &DTWP->getDomTree(); in getGraph()
|
| H A D | RegionInfo.cpp | 127 auto DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
| H A D | UniformityAnalysis.cpp | 169 auto &domTree = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Dominators.h | 321 DominatorTree &getDomTree() { return DT; } 322 const DominatorTree &getDomTree() const { return DT; }
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Mem2Reg.cpp | 92 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
| H A D | UnifyLoopExits.cpp | 232 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
| H A D | CanonicalizeFreezeInLoops.cpp | 251 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveRangeCalc.h | 169 MachineDominatorTree *getDomTree() { return DomTree; } in getDomTree() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | DomTreeUpdater.h | 185 DominatorTree &getDomTree();
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | InstSimplifyPass.cpp | 97 &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
| H A D | LoopRotation.cpp | 132 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
|
| H A D | LowerConstantIntrinsics.cpp | 187 DT = &DTWP->getDomTree(); in runOnFunction()
|
| H A D | PartiallyInlineLibCalls.cpp | 197 DT = &DTWP->getDomTree(); in runOnFunction()
|
| H A D | Sink.cpp | 251 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
| H A D | TLSVariableHoist.cpp | 96 Impl.runImpl(Fn, getAnalysis<DominatorTreeWrapperPass>().getDomTree(), in runOnFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURewriteUndefForPHI.cpp | 175 DominatorTree *DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | LoopExtractor.cpp | 118 return this->getAnalysis<DominatorTreeWrapperPass>(F).getDomTree(); in runOnModule()
|