Searched refs:PrintLoopPass (Results 1 – 5 of 5) sorted by relevance
28 class PrintLoopPass : public LoopPass { class35 PrintLoopPass(const std::string &B, raw_ostream &o) in PrintLoopPass() function in __anon8b46bee10111::PrintLoopPass53 char PrintLoopPass::ID = 0;320 return new PrintLoopPass(Banner, O); in createPrinterPass()
668 PrintLoopPass::PrintLoopPass() : OS(dbgs()) {} in PrintLoopPass() function in PrintLoopPass669 PrintLoopPass::PrintLoopPass(raw_ostream &OS, const std::string &Banner) in PrintLoopPass() function in PrintLoopPass672 PreservedAnalyses PrintLoopPass::run(Loop &L, AnalysisManager<Loop> &) { in run()
34 PrintLoopPass P;
821 class PrintLoopPass : public PassInfoMixin<PrintLoopPass> {826 PrintLoopPass();827 PrintLoopPass(raw_ostream &OS, const std::string &Banner = "");
194 LOOP_PASS("print", PrintLoopPass(dbgs()))