Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/include/polly/
H A DForwardOpTree.h33 struct ForwardOpTreePrinterPass final
34 : llvm::PassInfoMixin<ForwardOpTreePrinterPass> {
35 ForwardOpTreePrinterPass(raw_ostream &OS) : OS(OS) {} in ForwardOpTreePrinterPass() function
/llvm-project-15.0.7/polly/lib/Support/
H A DPollyPasses.def39 SCOP_PASS("print<polly-optree>", ForwardOpTreePrinterPass(llvm::outs()))
/llvm-project-15.0.7/polly/lib/Transform/
H A DForwardOpTree.cpp1196 ForwardOpTreePrinterPass::run(Scop &S, ScopAnalysisManager &SAM, in run()