Searched refs:ScopDetectionPrinterLegacyPass (Results 1 – 1 of 1) sorted by relevance
2045 class ScopDetectionPrinterLegacyPass final : public FunctionPass { class2049 ScopDetectionPrinterLegacyPass() : ScopDetectionPrinterLegacyPass(outs()) {} in ScopDetectionPrinterLegacyPass() function in __anon7422b7bc0311::ScopDetectionPrinterLegacyPass2051 explicit ScopDetectionPrinterLegacyPass(llvm::raw_ostream &OS) in ScopDetectionPrinterLegacyPass() function in __anon7422b7bc0311::ScopDetectionPrinterLegacyPass2074 char ScopDetectionPrinterLegacyPass::ID = 0;2078 return new ScopDetectionPrinterLegacyPass(OS); in createScopDetectionPrinterLegacyPass()2081 INITIALIZE_PASS_BEGIN(ScopDetectionPrinterLegacyPass, "polly-print-detect",2085 INITIALIZE_PASS_END(ScopDetectionPrinterLegacyPass, "polly-print-detect",