Searched refs:ForwardOpTreePrinterPass (Results 1 – 3 of 3) sorted by relevance
33 struct ForwardOpTreePrinterPass final34 : llvm::PassInfoMixin<ForwardOpTreePrinterPass> {35 ForwardOpTreePrinterPass(raw_ostream &OS) : OS(OS) {} in ForwardOpTreePrinterPass() function
39 SCOP_PASS("print<polly-optree>", ForwardOpTreePrinterPass(llvm::outs()))
1196 ForwardOpTreePrinterPass::run(Scop &S, ScopAnalysisManager &SAM, in run()