Searched refs:CFGOnlyPrinter (Results 1 – 1 of 1) sorted by relevance
107 struct CFGOnlyPrinter : public FunctionPass { struct109 CFGOnlyPrinter() : FunctionPass(ID) { in CFGOnlyPrinter() argument135 char CFGOnlyPrinter::ID = 0;136 INITIALIZE_PASS(CFGOnlyPrinter, "dot-cfg-only",163 return new CFGOnlyPrinter(); in createCFGOnlyPrinterPass()