Searched refs:NOTE_BLOCK (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dcfglayout.c411 NOTE_BLOCK (note) = s;
420 NOTE_BLOCK (insn) = s;
H A Dprint-rtl.c287 dump_addr (outfile, " ", NOTE_BLOCK (in_rtx));
H A Dfinal.c1788 int n = BLOCK_NUMBER (NOTE_BLOCK (insn));
1798 TREE_ASM_WRITTEN (NOTE_BLOCK (insn)) = 1;
1809 int n = BLOCK_NUMBER (NOTE_BLOCK (insn));
H A Dfunction.c3639 tree block = NOTE_BLOCK (insn);
3657 NOTE_BLOCK (insn) = new_block;
3680 NOTE_BLOCK (insn) = VEC_pop (tree, *p_block_stack);
H A Drtl.h857 #define NOTE_BLOCK(INSN) XCTREE (INSN, 4, NOTE)
855 #define NOTE_BLOCK macro

Completed in 201 milliseconds