| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64PromoteConstant.cpp | 371 *NewPt->getParent()->getParent()).getDomTree(); in isDominated() 397 *NewPt->getParent()->getParent()).getDomTree(); in tryAndMerge() 490 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>(F).getDomTree(); in insertDefinitions()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/ |
| H A D | SimplifyIndVar.h | 43 const DominatorTree *getDomTree() const { return DT; } in getDomTree() function
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Dominators.h | 270 DominatorTree &getDomTree() { return DT; } 271 const DominatorTree &getDomTree() const { return DT; }
|
| H A D | DomTreeUpdater.h | 170 DominatorTree &getDomTree();
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyOptimizeReturned.cpp | 81 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | DominanceFrontier.cpp | 50 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction()
|
| H A D | DomPrinter.cpp | 102 return &DTWP->getDomTree(); in getGraph()
|
| H A D | RegionInfo.cpp | 129 auto DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
| H A D | LoopInfo.cpp | 777 LI.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in INITIALIZE_PASS_DEPENDENCY() 788 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in verifyAnalysis()
|
| H A D | LegacyDivergenceAnalysis.cpp | 326 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
| H A D | MustExecute.cpp | 386 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | Mem2Reg.cpp | 88 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | SCCP.cpp | 55 this->getAnalysis<DominatorTreeWrapperPass>(F).getDomTree(); in runOnModule()
|
| H A D | LoopExtractor.cpp | 96 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | LoopRotation.cpp | 96 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnLoop()
|
| H A D | InstSimplifyPass.cpp | 100 &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
| H A D | DivRemPairs.cpp | 188 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
| H A D | CallSiteSplitting.cpp | 469 auto *CSDTNode = DTU.getDomTree().getNode(CS.getInstruction()->getParent()); in shouldSplitOnPredicatedArgument() 565 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
| H A D | LoopDeletion.cpp | 255 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
|
| H A D | LoopInstSimplify.cpp | 190 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
|
| H A D | Sink.cpp | 278 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonGenExtract.cpp | 255 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | DwarfEHPrepare.cpp | 262 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
| H A D | InterleavedAccessPass.cpp | 446 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroElide.cpp | 318 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|