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

/freebsd-10.0-release/contrib/gcc/
H A Dprint-rtl.c295 basic_block bb = NOTE_BASIC_BLOCK (in_rtx);
323 basic_block bb = NOTE_BASIC_BLOCK (in_rtx);
H A Dcfgrtl.c254 && (bb = NOTE_BASIC_BLOCK (bb_note)) != NULL
296 NOTE_BASIC_BLOCK (bb_note) = bb;
1943 by NOTE_BASIC_BLOCK. */
1957 if (!NOTE_INSN_BASIC_BLOCK_P (x) || NOTE_BASIC_BLOCK (x) != bb)
2074 bb = NOTE_BASIC_BLOCK (x);
H A Dcfgexpand.c1333 NOTE_BASIC_BLOCK (note) = bb;
H A Dfinal.c1727 ASM_COMMENT_START, NOTE_BASIC_BLOCK (insn)->index);
H A Drtl.h859 #define NOTE_BASIC_BLOCK(INSN) XCBBDEF (INSN, 4, NOTE)
857 #define NOTE_BASIC_BLOCK macro
/freebsd-10.0-release/contrib/gcc/config/ia64/
H A Dia64.c9050 last_block = NOTE_BASIC_BLOCK (insn)->next_bb == EXIT_BLOCK_PTR;

Completed in 77 milliseconds