Searched refs:bb_note (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | cfgbuild.c | 430 rtx bb_note = NULL_RTX; in find_basic_blocks_1() local 450 prev = create_basic_block_structure (head, end, bb_note, prev); in find_basic_blocks_1() 452 bb_note = NULL_RTX; in find_basic_blocks_1() 464 prev = create_basic_block_structure (head, end, bb_note, prev); in find_basic_blocks_1() 466 bb_note = NULL_RTX; in find_basic_blocks_1() 481 if (bb_note == NULL_RTX) in find_basic_blocks_1() 482 bb_note = insn; in find_basic_blocks_1() 502 create_basic_block_structure (head, end, bb_note, prev); in find_basic_blocks_1() 503 else if (bb_note) in find_basic_blocks_1() 504 delete_insn (bb_note); in find_basic_blocks_1()
|
| H A D | cfgrtl.c | 250 if (bb_note in create_basic_block_structure() 263 head = bb_note; in create_basic_block_structure() 266 if (after != bb_note && NEXT_INSN (after) != bb_note) in create_basic_block_structure() 267 reorder_insns_nobb (bb_note, bb_note, after); in create_basic_block_structure() 277 head = end = bb_note in create_basic_block_structure() 283 end = bb_note; in create_basic_block_structure() 288 head = bb_note; in create_basic_block_structure() 298 end = bb_note; in create_basic_block_structure() 1439 rtx bb_note, cur_insn; in commit_one_edge_insertion() local 1441 bb_note = NULL_RTX; in commit_one_edge_insertion() [all …]
|
| H A D | sched-int.h | 655 extern rtx bb_note (basic_block);
|
| H A D | cfgcleanup.c | 2032 rtx bb_note = NEXT_INSN (BB_HEAD (b)); in try_optimize_cfg() local 2034 reorder_insns_nobb (label, label, bb_note); in try_optimize_cfg() 2035 BB_HEAD (b) = bb_note; in try_optimize_cfg()
|
| H A D | sched-ebb.c | 745 while (bb_note (bb) == BB_END (bb)); in advance_target_bb()
|
| H A D | haifa-sched.c | 2552 last_scheduled_insn = bb_note (*target_bb); in schedule_block() 4545 bb_note (basic_block bb) in bb_note() function
|
| H A D | ChangeLog-2006 | 2728 * haifa-sched.c (bb_note): Make global. 2729 * sched-int.h (bb_note): Add prototype. 9334 sched_remove_insn, clear_priorities, calc_priorities, bb_note,
|
| H A D | ChangeLog-2000 | 19092 * flow.c (find_basic_blocks_1): Remove any spare bb_note 19136 bb_note we run across. 19138 bb_note to the correct place.
|
| H A D | ChangeLog-2001 | 16627 * flow.c (split_block): Make sure bb_note is included in the
|