Searched refs:dump_new_block_header (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | haifa-sched.cc | 887 static void dump_new_block_header (int, basic_block, rtx_insn *, rtx_insn *); 6238 dump_new_block_header (1, *target_bb, x, tail); in commit_schedule() 6516 dump_new_block_header (0, *target_bb, head, tail); in schedule_block() 8696 dump_new_block_header (int i, basic_block bb, rtx_insn *head, rtx_insn *tail) in dump_new_block_header() function
|
H A D | ChangeLog-2006 | 16413 (fix_jump_move, find_fallthru_edge, dump_new_block_header,
|
H A D | ChangeLog-2014 | 23430 (dump_new_block_header): Likewise for params "head", "tail".
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | haifa-sched.c | 887 static void dump_new_block_header (int, basic_block, rtx_insn *, rtx_insn *); 6229 dump_new_block_header (1, *target_bb, x, tail); in commit_schedule() 6507 dump_new_block_header (0, *target_bb, head, tail); in schedule_block() 8691 dump_new_block_header (int i, basic_block bb, rtx_insn *head, rtx_insn *tail) in dump_new_block_header() function
|