Searched refs:PrintLoopPass (Results 1 – 3 of 3) sorted by relevance
364 PrintLoopPass::PrintLoopPass() : OS(dbgs()) {} in PrintLoopPass() function in PrintLoopPass365 PrintLoopPass::PrintLoopPass(raw_ostream &OS, const std::string &Banner) in PrintLoopPass() function in PrintLoopPass368 PreservedAnalyses PrintLoopPass::run(Loop &L, LoopAnalysisManager &, in run()
541 class PrintLoopPass : public PassInfoMixin<PrintLoopPass> {546 PrintLoopPass();547 PrintLoopPass(raw_ostream &OS, const std::string &Banner = "");
535 LOOP_PASS("print", PrintLoopPass(dbgs()))