Lines Matching defs:blocks
74 void print_cfg(BlockList* blocks, const char* name);
75 void print_cfg(IR* blocks, const char* name);
91 void CFGPrinter::print_cfg(BlockList* blocks, const char* name, bool do_print_HIR, bool do_print_LIR) {
93 output()->print_cfg(blocks, name);
96 void CFGPrinter::print_cfg(IR* blocks, const char* name, bool do_print_HIR, bool do_print_LIR) {
98 output()->print_cfg(blocks, name);
346 void CFGPrinterOutput::print_cfg(BlockList* blocks, const char* name) {
351 blocks->iterate_forward(&print_block);
357 void CFGPrinterOutput::print_cfg(IR* blocks, const char* name) {
362 blocks->iterate_preorder(&print_block);