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

/haiku-buildtools/gcc/gcc/
H A Dcfgrtl.h35 extern rtx_note *bb_note (basic_block);
H A Dcfgrtl.c171 rtx_insn *bb_note = NEXT_INSN (insn);
180 if (bb_note != NULL_RTX
181 && NOTE_INSN_BASIC_BLOCK_P (bb_note)
183 && bb == BLOCK_FOR_INSN (bb_note))
185 reorder_insns_nobb (insn, insn, bb_note);
186 BB_HEAD (bb) = bb_note;
187 if (BB_END (bb) == bb_note)
306 create_basic_block_structure (rtx_insn *head, rtx_insn *end, rtx_note *bb_note,
311 if (bb_note
312 && (bb = NOTE_BASIC_BLOCK (bb_note)) !
169 rtx_insn *bb_note = NEXT_INSN (insn); local
303 create_basic_block_structure(rtx_insn *head, rtx_insn *end, rtx_note *bb_note, basic_block after) argument
695 bb_note (basic_block bb) function
[all...]
H A Dsched-ebb.c739 while (bb_note (bb) == BB_END (bb));
H A Dsel-sched-dump.c800 cur_insn = bb_note (bb);
H A Dsel-sched-ir.c4616 note = bb_note (bb);
4691 remove_notes (bb_note (bb), BB_END (bb));
5037 rtx note = bb_note (bb);
5047 /* Get a bb_note from pool or return NULL_RTX if pool is empty. */
6455 if (BB_END (bb) != bb_note (bb))
6502 if (BB_END (prev_bb) == bb_note (prev_bb))
H A Dsel-sched.c1865 bb_note (recovery_block));
5206 note = bb_note (BLOCK_FOR_INSN (nop));
6611 previous insn (or we'll see that it's bb_note and skip that
6652 bb_note, if original insn was a bb_head) or to the bb_end. */
6793 insn_t insn, note = bb_note (bb);
7332 FOR_EACH_SUCC_1 (insn, si, bb_note (EBB_FIRST_BB (0)),
7599 init_fences (bb_note (EBB_FIRST_BB (0)));
7674 init_fences (bb_note (bb));
H A Dsched-int.h1417 extern rtx_note *bb_note (basic_block);
H A Dshrink-wrap.c453 emit_insn_after (PATTERN (insn), bb_note (bb));
H A Dsel-sched-ir.h1359 || *succp == NEXT_INSN (bb_note (bb)));
H A Dhaifa-sched.c5080 head = NEXT_INSN (bb_note (head_bb));
6189 last_scheduled_insn = bb_note (*target_bb);
H A Dira.c5055 emit_insn_after (new_move, bb_note (call_dom));
H A Dlra-constraints.c5696 if (split_reg (false, j, bb_note (curr_bb),
/haiku-buildtools/legacy/gcc/gcc/
H A Dflow.c532 rtx bb_note = NULL_RTX;
588 if (bb_note == NULL_RTX)
589 bb_note = insn;
613 create_basic_block (i++, head, end, bb_note);
614 bb_note = NULL_RTX;
678 create_basic_block (i++, head, end, bb_note);
680 bb_note = NULL_RTX;
731 create_basic_block (i++, head, end, bb_note);
745 create_basic_block (index, head, end, bb_note)
747 rtx head, end, bb_note;
530 rtx bb_note = NULL_RTX; local
1167 rtx bb_note; local
[all...]

Completed in 300 milliseconds