Searched refs:DominatorTreeWrapperPass (Results 1 - 25 of 57) sorted by relevance

123

/external/llvm/tools/opt/
H A DGraphPrinters.cpp34 AU.addRequired<DominatorTreeWrapperPass>();
38 getAnalysis<DominatorTreeWrapperPass>().dump();
/external/llvm/lib/Analysis/
H A DDomPrinter.cpp85 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) {
91 DominatorTreeWrapperPass, false, DominatorTree *,
95 : DOTGraphTraitsViewer<DominatorTreeWrapperPass, false, DominatorTree *,
103 DominatorTreeWrapperPass, true, DominatorTree *,
107 : DOTGraphTraitsViewer<DominatorTreeWrapperPass, true, DominatorTree *,
154 DominatorTreeWrapperPass, false, DominatorTree *,
158 : DOTGraphTraitsPrinter<DominatorTreeWrapperPass, false, DominatorTree *,
166 DominatorTreeWrapperPass, true, DominatorTree *,
170 : DOTGraphTraitsPrinter<DominatorTreeWrapperPass, true, DominatorTree *,
H A DIVUsers.cpp37 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
245 AU.addRequired<DominatorTreeWrapperPass>();
254 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree();
H A DDominanceFrontier.cpp19 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
/external/llvm/lib/Transforms/Utils/
H A DMem2Reg.cpp41 AU.addRequired<DominatorTreeWrapperPass>();
54 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
65 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree();
H A DSimplifyInstructions.cpp49 const DominatorTreeWrapperPass *DTWP =
50 getAnalysisIfAvailable<DominatorTreeWrapperPass>();
H A DBreakCriticalEdges.cpp46 AU.addPreserved<DominatorTreeWrapperPass>();
213 DominatorTreeWrapperPass *DTWP =
214 P->getAnalysisIfAvailable<DominatorTreeWrapperPass>();
H A DLCSSA.cpp263 AU.addRequired<DominatorTreeWrapperPass>();
277 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
289 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree();
/external/llvm/lib/IR/
H A DDominators.cpp301 // DominatorTreeWrapperPass Implementation
308 char DominatorTreeWrapperPass::ID = 0;
309 INITIALIZE_PASS(DominatorTreeWrapperPass, "domtree",
312 bool DominatorTreeWrapperPass::runOnFunction(Function &F) {
317 void DominatorTreeWrapperPass::verifyAnalysis() const { DT.verifyDomTree(); }
319 void DominatorTreeWrapperPass::print(raw_ostream &OS, const Module *) const {
/external/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp58 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
72 DominatorTreeWrapperPass *DTWP =
73 getAnalysisIfAvailable<DominatorTreeWrapperPass>();
H A DLoopDeletion.cpp41 AU.addRequired<DominatorTreeWrapperPass>();
48 AU.addPreserved<DominatorTreeWrapperPass>();
65 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
209 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree();
H A DSink.cpp52 AU.addRequired<DominatorTreeWrapperPass>();
54 AU.addPreserved<DominatorTreeWrapperPass>();
68 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
100 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree();
H A DLoopRotation.cpp56 AU.addPreserved<DominatorTreeWrapperPass>();
278 if (DominatorTreeWrapperPass *DTWP =
279 getAnalysisIfAvailable<DominatorTreeWrapperPass>())
461 if (DominatorTreeWrapperPass *DTWP =
462 getAnalysisIfAvailable<DominatorTreeWrapperPass>()) {
516 if (DominatorTreeWrapperPass *DTWP =
517 getAnalysisIfAvailable<DominatorTreeWrapperPass>()) {
/external/llvm/include/llvm/CodeGen/
H A DStackProtector.h119 AU.addPreserved<DominatorTreeWrapperPass>();
/external/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp111 AU.addRequired<DominatorTreeWrapperPass>();
112 AU.addPreserved<DominatorTreeWrapperPass>();
212 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
350 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>(
376 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>(
479 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>(
H A DAArch64AddressTypePromotion.cpp95 AU.addRequired<DominatorTreeWrapperPass>();
96 AU.addPreserved<DominatorTreeWrapperPass>();
146 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
378 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree();
/external/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h172 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree();
181 AU.addRequired<DominatorTreeWrapperPass>();
/external/llvm/include/llvm/IR/
H A DDominators.h158 class DominatorTreeWrapperPass : public FunctionPass { class in namespace:llvm
164 DominatorTreeWrapperPass() : FunctionPass(ID) { function in class:llvm::DominatorTreeWrapperPass
/external/llvm/unittests/Analysis/
H A DCFGTest.cpp88 AU.addRequired<DominatorTreeWrapperPass>();
97 &getAnalysis<DominatorTreeWrapperPass>().getDomTree();
/external/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp51 AU.addRequired<DominatorTreeWrapperPass>();
61 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
94 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree();
/external/llvm/lib/Target/R600/
H A DSIAnnotateControlFlow.cpp102 AU.addRequired<DominatorTreeWrapperPass>();
103 AU.addPreserved<DominatorTreeWrapperPass>();
290 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree();
/external/llvm/unittests/IR/
H A DDominatorTreeTest.cpp30 &getAnalysis<DominatorTreeWrapperPass>().getDomTree();
180 AU.addRequired<DominatorTreeWrapperPass>();
230 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
/external/llvm/lib/CodeGen/
H A DGCStrategy.cpp148 AU.addPreserved<DominatorTreeWrapperPass>();
265 if (DominatorTreeWrapperPass *DTWP =
266 getAnalysisIfAvailable<DominatorTreeWrapperPass>())
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp99 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
109 AU.addRequired<DominatorTreeWrapperPass>();
327 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree();
/external/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp99 AU.addRequired<DominatorTreeWrapperPass>();
100 AU.addPreserved<DominatorTreeWrapperPass>();
148 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
173 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree();

Completed in 779 milliseconds

123