Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/
DSimplify.h159 struct SimplifyPrinterPass : public PassInfoMixin<SimplifyPrinterPass> { struct
160 SimplifyPrinterPass(raw_ostream &OS, int CallNo = 0) : OS(OS), Imp(CallNo) {} in OS() argument
165 raw_ostream &OS;
166 SimplifyVisitor Imp;