| 320 | return 0; |
| 321 | } |
| 322 | int |
| 323 | ReducerOutputMgr::output_func(const Function* f, std::ostream& out) |
| 324 | { |
| 325 | output_func_header(f, out); |
| 326 | out << endl; |
| 327 | output_block(f->body, out, 0); |
| 328 | return 0; |
| 329 | } |
| 330 | |
| 331 | void |
| 332 | ReducerOutputMgr::output_pre_stm_assigns(const Statement* stm, std::ostream &out, int indent) |
nothing calls this directly
no outgoing calls
no test coverage detected