Home
last modified time | relevance | path

Searched refs:DominatorTreeWrapperPass (Results 1 – 25 of 101) sorted by relevance

12345

/llvm-project/llvm/lib/Analysis/
H A DDomPrinter.cpp46 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 DDominanceFrontier.cpp34 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 DRegionInfo.cpp128 auto DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
146 AU.addRequiredTransitive<DominatorTreeWrapperPass>(); in getAnalysisUsage()
165 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
H A DUniformityAnalysis.cpp153 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
161 AU.addRequired<DominatorTreeWrapperPass>(); in INITIALIZE_PASS_DEPENDENCY()
168 auto &domTree = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
154 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) INITIALIZE_PASS_DEPENDENCY() argument
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteUndefForPHI.cpp85 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 DAMDGPUUnifyDivergentExitNodes.cpp92 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
100 AU.addRequired<DominatorTreeWrapperPass>(); in INITIALIZE_PASS_DEPENDENCY()
107 AU.addPreserved<DominatorTreeWrapperPass>(); in INITIALIZE_PASS_DEPENDENCY()
333 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
93 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) INITIALIZE_PASS_DEPENDENCY() argument
H A DSIAnnotateControlFlow.cpp418 AU.addRequired<DominatorTreeWrapperPass>();
421 AU.addPreserved<DominatorTreeWrapperPass>();
427 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree();
442 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyOptimizeReturned.cpp32 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
33 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage()
76 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/llvm-project/llvm/lib/IR/
H A DDominators.cpp407 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()
/llvm-project/llvm/lib/Transforms/Utils/
H A DMem2Reg.cpp88 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
96 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
109 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
H A DUnifyLoopExits.cpp49 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
51 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage()
67 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
215 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree();
66 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) INITIALIZE_PASS_DEPENDENCY() argument
H A DCanonicalizeFreezeInLoops.cpp242 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 DFixIrreducible.cpp106 AU.addRequired<DominatorTreeWrapperPass>();
108 AU.addPreserved<DominatorTreeWrapperPass>(); in INITIALIZE_PASS_DEPENDENCY()
124 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
355 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in run()
107 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) INITIALIZE_PASS_DEPENDENCY() argument
/llvm-project/llvm/lib/Transforms/Scalar/
H A DInstSimplifyPass.cpp86 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
97 &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
113 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
H A DSink.cpp251 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 DLowerConstantIntrinsics.cpp
H A DPartiallyInlineLibCalls.cpp187 AU.addPreserved<DominatorTreeWrapperPass>(); in runOnFunction()
201 if (auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>())
215 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
H A DTLSVariableHoist.cpp
H A DSimplifyCFGPass.cpp412 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree();
420 AU.addRequired<DominatorTreeWrapperPass>(); in INITIALIZE_PASS_DEPENDENCY()
423 AU.addPreserved<DominatorTreeWrapperPass>(); in INITIALIZE_PASS_DEPENDENCY()
434 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp140 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
141 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage()
229 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
382 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>( in isDominated()
408 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>( in tryAndMerge()
502 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>(F).getDomTree(); in insertDefinitions()
231 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) INITIALIZE_PASS_DEPENDENCY() argument
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp73 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
74 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage()
92 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
256 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/llvm-project/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp349 if (auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>()) in runOnFunction()
353 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in getAnalysisUsage()
363 AU.addRequired<DominatorTreeWrapperPass>(); in getPassName()
366 AU.addPreserved<DominatorTreeWrapperPass>();
401 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
395 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) INITIALIZE_PASS_DEPENDENCY() argument
H A DCallBrPrepare.cpp99 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 DIndirectBrExpandPass.cpp61 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage()
94 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
292 if (auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>()) in runOnFunction()
/llvm-project/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp50 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
89 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
118 return this->getAnalysis<DominatorTreeWrapperPass>(F).getDomTree(); in runOnModule()

12345