Searched refs:bb_note (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dcfgbuild.c434 rtx bb_note = NULL_RTX;
454 prev = create_basic_block_structure (head, end, bb_note, prev);
456 bb_note = NULL_RTX;
468 prev = create_basic_block_structure (head, end, bb_note, prev);
470 bb_note = NULL_RTX;
485 if (bb_note == NULL_RTX)
486 bb_note = insn;
506 create_basic_block_structure (head, end, bb_note, prev);
507 else if (bb_note)
508 delete_insn (bb_note);
430 rtx bb_note = NULL_RTX; local
[all...]
H A Dcfgrtl.c249 create_basic_block_structure (rtx head, rtx end, rtx bb_note, basic_block after)
253 if (bb_note
254 && (bb = NOTE_BASIC_BLOCK (bb_note)) != NULL
266 head = bb_note;
269 if (after != bb_note && NEXT_INSN (after) != bb_note)
270 reorder_insns_nobb (bb_note, bb_note, after);
280 head = end = bb_note
284 bb_note
246 create_basic_block_structure(rtx head, rtx end, rtx bb_note, basic_block after) argument
1439 rtx bb_note, cur_insn; local
[all...]
H A Dsched-int.h655 extern rtx bb_note (basic_block);
H A Dsched-ebb.c748 while (bb_note (bb) == BB_END (bb));
H A Dcfgcleanup.c2039 rtx bb_note = NEXT_INSN (BB_HEAD (b));
2041 reorder_insns_nobb (label, label, bb_note);
2042 BB_HEAD (b) = bb_note;
2032 rtx bb_note = NEXT_INSN (BB_HEAD (b)); local
H A Dhaifa-sched.c2556 last_scheduled_insn = bb_note (*target_bb);
4550 bb_note (basic_block bb)
4545 bb_note (basic_block bb) function

Completed in 147 milliseconds