Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Transform/
H A DFlattenSchedule.cpp101 class FlattenSchedulePrinterLegacyPass final : public ScopPass { class
105 FlattenSchedulePrinterLegacyPass() in FlattenSchedulePrinterLegacyPass() function in __anon60cfb9bb0111::FlattenSchedulePrinterLegacyPass
106 : FlattenSchedulePrinterLegacyPass(outs()){}; in FlattenSchedulePrinterLegacyPass()
107 explicit FlattenSchedulePrinterLegacyPass(llvm::raw_ostream &OS) in FlattenSchedulePrinterLegacyPass() function in __anon60cfb9bb0111::FlattenSchedulePrinterLegacyPass
131 char FlattenSchedulePrinterLegacyPass::ID = 0;
137 return new FlattenSchedulePrinterLegacyPass(OS); in createFlattenSchedulePrinterLegacyPass()
145 INITIALIZE_PASS_BEGIN(FlattenSchedulePrinterLegacyPass,
149 INITIALIZE_PASS_END(FlattenSchedulePrinterLegacyPass,