Searched refs:PrintLoopPass (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopPassManager.cpp | 83 PrintLoopPass::PrintLoopPass() : OS(dbgs()) {} in PrintLoopPass() function in PrintLoopPass 84 PrintLoopPass::PrintLoopPass(raw_ostream &OS, const std::string &Banner) in PrintLoopPass() function in PrintLoopPass 87 PreservedAnalyses PrintLoopPass::run(Loop &L, LoopAnalysisManager &, in run()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/ |
D | LoopPassManager.h | 393 class PrintLoopPass : public PassInfoMixin<PrintLoopPass> { 398 PrintLoopPass(); 399 PrintLoopPass(raw_ostream &OS, const std::string &Banner = "");
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | LoopPass.cpp | 28 class PrintLoopPass : public LoopPass { class 35 PrintLoopPass(const std::string &B, raw_ostream &o) in PrintLoopPass() function in __anon9c9d1ac20111::PrintLoopPass 53 char PrintLoopPass::ID = 0; 320 return new PrintLoopPass(Banner, O); in createPrinterPass()
|
/external/llvm/lib/Analysis/ |
D | LoopInfo.cpp | 668 PrintLoopPass::PrintLoopPass() : OS(dbgs()) {} in PrintLoopPass() function in PrintLoopPass 669 PrintLoopPass::PrintLoopPass(raw_ostream &OS, const std::string &Banner) in PrintLoopPass() function in PrintLoopPass 672 PreservedAnalyses PrintLoopPass::run(Loop &L, AnalysisManager<Loop> &) { in run()
|
D | LoopPass.cpp | 34 PrintLoopPass P;
|
/external/llvm/include/llvm/Analysis/ |
D | LoopInfo.h | 821 class PrintLoopPass : public PassInfoMixin<PrintLoopPass> { 826 PrintLoopPass(); 827 PrintLoopPass(raw_ostream &OS, const std::string &Banner = "");
|
/external/llvm/lib/Passes/ |
D | PassRegistry.def | 194 LOOP_PASS("print", PrintLoopPass(dbgs()))
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Passes/ |
D | PassRegistry.def | 239 LOOP_PASS("print", PrintLoopPass(dbgs()))
|