Home
last modified time | relevance | path

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

12345

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDomPrinter.cpp101 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph()
107 DominatorTreeWrapperPass, false, DominatorTree *,
111 : DOTGraphTraitsViewer<DominatorTreeWrapperPass, false, DominatorTree *, in DomViewer()
119 DominatorTreeWrapperPass, true, DominatorTree *,
123 : DOTGraphTraitsViewer<DominatorTreeWrapperPass, true, DominatorTree *, in DomOnlyViewer()
186 DominatorTreeWrapperPass, false, DominatorTree *,
190 : DOTGraphTraitsPrinter<DominatorTreeWrapperPass, false, DominatorTree *, in DomPrinter()
198 DominatorTreeWrapperPass, true, DominatorTree *,
202 : DOTGraphTraitsPrinter<DominatorTreeWrapperPass, true, DominatorTree *, in DomOnlyPrinter()
DDominanceFrontier.cpp35 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
50 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction()
56 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
DRegionInfo.cpp129 auto DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
147 AU.addRequiredTransitive<DominatorTreeWrapperPass>(); in getAnalysisUsage()
166 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
DLegacyDivergenceAnalysis.cpp291 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
302 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
337 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDominators.cpp360 char DominatorTreeWrapperPass::ID = 0;
362 DominatorTreeWrapperPass::DominatorTreeWrapperPass() : FunctionPass(ID) { in DominatorTreeWrapperPass() function in DominatorTreeWrapperPass
366 INITIALIZE_PASS(DominatorTreeWrapperPass, "domtree",
369 bool DominatorTreeWrapperPass::runOnFunction(Function &F) { in runOnFunction()
374 void DominatorTreeWrapperPass::verifyAnalysis() const { in verifyAnalysis()
381 void DominatorTreeWrapperPass::print(raw_ostream &OS, const Module *) const { in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyOptimizeReturned.cpp32 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
33 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage()
77 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DMem2Reg.cpp88 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
96 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
109 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
DLoopVersioning.cpp267 auto *DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
302 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
303 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage()
320 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSCCP.cpp58 this->getAnalysis<DominatorTreeWrapperPass>(F).getDomTree(); in runOnModule()
73 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
86 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
DLoopExtractor.cpp53 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
65 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
98 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp142 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
143 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage()
231 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
370 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>( in isDominated()
396 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>( in tryAndMerge()
490 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>(F).getDomTree(); in insertDefinitions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DInstSimplifyPass.cpp90 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
102 &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
120 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
DSink.cpp278 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
289 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
291 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage()
300 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
DDivRemPairs.cpp331 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
334 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage()
343 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
353 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
DAlignmentFromAssumptions.cpp59 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
65 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage()
78 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_BEGIN()
380 DominatorTree *DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
DNaryReassociate.cpp134 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage()
138 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
156 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
172 auto *DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
DCallSiteSplitting.cpp558 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
559 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage()
569 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
580 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
DLoopVersioningLICM.cpp132 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
606 DominatorTree *DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
630 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
DLoopInstSimplify.cpp190 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
211 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInterleavedAccessPass.cpp96 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
97 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage()
130 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
452 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
DDwarfEHPrepare.cpp86 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
97 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
262 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
DHardwareLoops.cpp134 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
135 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage()
225 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
518 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_BEGIN()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp117 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
119 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage()
129 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
323 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombine.cpp364 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
368 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage()
374 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
398 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument

12345