Searched refs:PrintLoopPass (Results 1 – 3 of 3) sorted by relevance
357 PrintLoopPass::PrintLoopPass() : OS(dbgs()) {} in PrintLoopPass() function in PrintLoopPass358 PrintLoopPass::PrintLoopPass(raw_ostream &OS, const std::string &Banner) in PrintLoopPass() function in PrintLoopPass361 PreservedAnalyses PrintLoopPass::run(Loop &L, LoopAnalysisManager &, in run()
532 class PrintLoopPass : public PassInfoMixin<PrintLoopPass> {537 PrintLoopPass();538 PrintLoopPass(raw_ostream &OS, const std::string &Banner = "");
507 LOOP_PASS("print", PrintLoopPass(dbgs()))