Home
last modified time | relevance | path

Searched defs:ScopAnalysisPrinterPass (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/polly/include/polly/
DScopDetection.h620 struct ScopAnalysisPrinterPass : public PassInfoMixin<ScopAnalysisPrinterPass> { struct
621 ScopAnalysisPrinterPass(raw_ostream &OS) : OS(OS) {} in ScopAnalysisPrinterPass() function
625 raw_ostream &OS;