Home
last modified time | relevance | path

Searched refs:bb_note (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dcfgbuild.c430 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 Dcfgrtl.c250 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 Dsched-int.h655 extern rtx bb_note (basic_block);
H A Dcfgcleanup.c2032 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 Dsched-ebb.c745 while (bb_note (bb) == BB_END (bb)); in advance_target_bb()
H A Dhaifa-sched.c2552 last_scheduled_insn = bb_note (*target_bb); in schedule_block()
4545 bb_note (basic_block bb) in bb_note() function
H A DChangeLog-20062728 * 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 DChangeLog-200019092 * 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 DChangeLog-200116627 * flow.c (split_block): Make sure bb_note is included in the