Searched refs:IslAstPrinterPass (Results 1 – 3 of 3) sorted by relevance
207 struct IslAstPrinterPass : public PassInfoMixin<IslAstPrinterPass> { struct208 IslAstPrinterPass(raw_ostream &OS) : OS(OS) {} in IslAstPrinterPass() function
28 SCOP_PASS("print<polly-ast>", IslAstPrinterPass(outs()))
777 PreservedAnalyses IslAstPrinterPass::run(Scop &S, ScopAnalysisManager &SAM, in run()