Searched defs:IslAstPrinterPass (Results 1 – 1 of 1) sorted by relevance
207 struct IslAstPrinterPass : public PassInfoMixin<IslAstPrinterPass> { struct208 IslAstPrinterPass(raw_ostream &OS) : OS(OS) {} in IslAstPrinterPass() function213 raw_ostream &OS;