Searched refs:IslAstPrinterPass (Results 1 – 3 of 3) sorted by relevance
202 struct IslAstPrinterPass final : PassInfoMixin<IslAstPrinterPass> {203 IslAstPrinterPass(raw_ostream &OS) : OS(OS) {} in IslAstPrinterPass() function
33 SCOP_PASS("print<polly-ast>", IslAstPrinterPass(llvm::outs()))
774 PreservedAnalyses IslAstPrinterPass::run(Scop &S, ScopAnalysisManager &SAM, in run()