Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp2045 class ScopDetectionPrinterLegacyPass final : public FunctionPass { class
2049 ScopDetectionPrinterLegacyPass() : ScopDetectionPrinterLegacyPass(outs()) {} in ScopDetectionPrinterLegacyPass() function in __anon7422b7bc0311::ScopDetectionPrinterLegacyPass
2051 explicit ScopDetectionPrinterLegacyPass(llvm::raw_ostream &OS) in ScopDetectionPrinterLegacyPass() function in __anon7422b7bc0311::ScopDetectionPrinterLegacyPass
2074 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",