/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DomPrinter.cpp | 46 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph() 53 DominatorTreeWrapperPass, false, DominatorTree *, 58 DominatorTreeWrapperPass, false, DominatorTree *, in DomViewerWrapperPass() 66 DominatorTreeWrapperPass, true, DominatorTree *, 71 DominatorTreeWrapperPass, true, DominatorTree *, in DomOnlyViewerWrapperPass() 135 DominatorTreeWrapperPass, false, DominatorTree *, 140 DominatorTreeWrapperPass, false, DominatorTree *, in DomPrinterWrapperPass() 148 DominatorTreeWrapperPass, true, DominatorTree *, 153 DominatorTreeWrapperPass, true, DominatorTree *, in DomOnlyPrinterWrapperPass()
|
H A D | DominanceFrontier.cpp | 34 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument 49 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction() 55 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
|
H A D | RegionInfo.cpp | 127 auto DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() 145 AU.addRequiredTransitive<DominatorTreeWrapperPass>(); in getAnalysisUsage() 164 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
|
H A D | UniformityAnalysis.cpp | 154 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument 162 AU.addRequired<DominatorTreeWrapperPass>(); in INITIALIZE_PASS_DEPENDENCY() 169 auto &domTree = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURewriteUndefForPHI.cpp | 85 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 87 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage() 98 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() 175 DominatorTree *DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
H A D | AMDGPUUnifyDivergentExitNodes.cpp | 93 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument 101 AU.addRequired<DominatorTreeWrapperPass>(); in INITIALIZE_PASS_DEPENDENCY() 108 AU.addPreserved<DominatorTreeWrapperPass>(); in INITIALIZE_PASS_DEPENDENCY() 334 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
H A D | SIAnnotateControlFlow.cpp | 102 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 105 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage() 115 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) 353 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyOptimizeReturned.cpp | 32 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 33 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage() 76 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Dominators.cpp | 399 // DominatorTreeWrapperPass Implementation 407 char DominatorTreeWrapperPass::ID = 0; 409 DominatorTreeWrapperPass::DominatorTreeWrapperPass() : FunctionPass(ID) { in DominatorTreeWrapperPass() function in DominatorTreeWrapperPass 413 INITIALIZE_PASS(DominatorTreeWrapperPass, "domtree", 416 bool DominatorTreeWrapperPass::runOnFunction(Function &F) { in runOnFunction() 421 void DominatorTreeWrapperPass::verifyAnalysis() const { in verifyAnalysis() 428 void DominatorTreeWrapperPass::print(raw_ostream &OS, const Module *) const { in print()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Mem2Reg.cpp | 88 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() 96 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 109 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
H A D | UnifyLoopExits.cpp | 48 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 50 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage() 66 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument 232 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
H A D | CanonicalizeFreezeInLoops.cpp | 242 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 243 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage() 251 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop() 267 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
|
H A D | FixIrreducible.cpp | 90 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 92 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage() 107 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) 344 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | InstSimplifyPass.cpp | 86 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 97 &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() 113 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
H A D | Sink.cpp | 251 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() 262 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 264 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage() 273 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
H A D | LowerConstantIntrinsics.cpp | 189 if (auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>()) in runOnFunction() 197 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage() 206 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
H A D | PartiallyInlineLibCalls.cpp | 183 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage() 196 if (auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>()) in runOnFunction() 209 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
H A D | TLSVariableHoist.cpp | 64 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 78 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) 96 Impl.runImpl(Fn, getAnalysis<DominatorTreeWrapperPass>().getDomTree(), in runOnFunction() 79 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) INITIALIZE_PASS_DEPENDENCY() argument
|
H A D | SimplifyCFGPass.cpp | 403 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() 411 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 414 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage() 425 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64PromoteConstant.cpp | 142 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 143 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage() 231 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument 384 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>( in isDominated() 410 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>( in tryAndMerge() 504 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>(F).getDomTree(); in insertDefinitions()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenExtract.cpp | 73 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 74 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage() 92 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument 257 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | DwarfEHPrepare.cpp | 350 if (auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>()) in runOnFunction() 354 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() 364 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 367 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage() 402 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
|
H A D | CallBrPrepare.cpp | 99 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument 106 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage() 238 if (auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>()) in runOnFunction()
|
H A D | IndirectBrExpandPass.cpp | 61 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage() 94 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument 292 if (auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>()) in runOnFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | LoopExtractor.cpp | 50 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 89 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) 118 return this->getAnalysis<DominatorTreeWrapperPass>(F).getDomTree(); in runOnModule()
|