Searched refs:PrintLoopPass (Results 1 – 3 of 3) sorted by relevance
97 PrintLoopPass::PrintLoopPass() : OS(dbgs()) {} in PrintLoopPass() function in PrintLoopPass98 PrintLoopPass::PrintLoopPass(raw_ostream &OS, const std::string &Banner) in PrintLoopPass() function in PrintLoopPass101 PreservedAnalyses PrintLoopPass::run(Loop &L, LoopAnalysisManager &, in run()
412 class PrintLoopPass : public PassInfoMixin<PrintLoopPass> {417 PrintLoopPass();418 PrintLoopPass(raw_ostream &OS, const std::string &Banner = "");
264 LOOP_PASS("print", PrintLoopPass(dbgs()))