Home
last modified time | relevance | path

Searched refs:IslAstPrinterPass (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/polly/include/polly/CodeGen/
H A DIslAst.h202 struct IslAstPrinterPass final : PassInfoMixin<IslAstPrinterPass> {
203 IslAstPrinterPass(raw_ostream &OS) : OS(OS) {} in IslAstPrinterPass() function
/llvm-project-15.0.7/polly/lib/Support/
H A DPollyPasses.def33 SCOP_PASS("print<polly-ast>", IslAstPrinterPass(llvm::outs()))
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslAst.cpp774 PreservedAnalyses IslAstPrinterPass::run(Scop &S, ScopAnalysisManager &SAM, in run()