/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | insn-notes.def | 76 NOTE_BASIC_BLOCK. FIXME: Redundant with the basic block pointer 78 if BLOCK_FOR_INSN () == NULL, NOTE_BASIC_BLOCK cannot be considered reliable
|
H A D | mode-switching.c | 162 || insn == BB_END (NOTE_BASIC_BLOCK (insn))); in new_seginfo() 828 (mode_set, BB_END (NOTE_BASIC_BLOCK (ptr->insn_ptr))); in optimize_mode_switching()
|
H A D | print-rtl.c | 248 basic_block bb = NOTE_BASIC_BLOCK (in_rtx); in print_rtx_operand_code_0() 267 basic_block bb = NOTE_BASIC_BLOCK (in_rtx); in print_rtx_operand_code_0() 1981 pp_printf (pp, " %d", NOTE_BASIC_BLOCK (x)->index); in print_insn()
|
H A D | read-rtl-function.c | 281 NOTE_BASIC_BLOCK (m_rtx) = bb; in apply() 1993 ASSERT_EQ (2, NOTE_BASIC_BLOCK (note)->index); in test_loading_note_insn_basic_block() 1994 ASSERT_EQ (BASIC_BLOCK_FOR_FN (cfun, 2), NOTE_BASIC_BLOCK (note)); in test_loading_note_insn_basic_block()
|
H A D | function-tests.c | 652 ASSERT_EQ (bb2, NOTE_BASIC_BLOCK (insn)); in test_expansion_to_rtl()
|
H A D | cfgrtl.c | 296 && (bb = NOTE_BASIC_BLOCK (bb_note)) != NULL in create_basic_block_structure() 338 NOTE_BASIC_BLOCK (bb_note) = bb; in create_basic_block_structure() 2771 if (!NOTE_INSN_BASIC_BLOCK_P (x) || NOTE_BASIC_BLOCK (x) != bb) in rtl_verify_bb_insns() 3058 bb = NOTE_BASIC_BLOCK (x); in rtl_verify_bb_layout()
|
H A D | final.c | 2252 bb_discriminator = NOTE_BASIC_BLOCK (insn)->discriminator; in final_scan_insn_1()
|
H A D | rtl.h | 1667 #define NOTE_BASIC_BLOCK(INSN) XCBBDEF (INSN, 3, NOTE) macro
|
H A D | sel-sched-ir.c | 4985 gcc_assert (NOTE_BASIC_BLOCK (note) == bb in return_bb_to_pool()
|
H A D | cfgexpand.c | 5674 NOTE_BASIC_BLOCK (note) = bb; in expand_gimple_basic_block()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | insn-notes.def | 76 NOTE_BASIC_BLOCK. FIXME: Redundant with the basic block pointer 78 if BLOCK_FOR_INSN () == NULL, NOTE_BASIC_BLOCK cannot be considered reliable
|
H A D | mode-switching.cc | 162 || insn == BB_END (NOTE_BASIC_BLOCK (insn))); in new_seginfo() 828 (mode_set, BB_END (NOTE_BASIC_BLOCK (ptr->insn_ptr))); in optimize_mode_switching()
|
H A D | read-rtl-function.cc | 281 NOTE_BASIC_BLOCK (m_rtx) = bb; in apply() 1996 ASSERT_EQ (2, NOTE_BASIC_BLOCK (note)->index); in test_loading_note_insn_basic_block() 1997 ASSERT_EQ (BASIC_BLOCK_FOR_FN (cfun, 2), NOTE_BASIC_BLOCK (note)); in test_loading_note_insn_basic_block()
|
H A D | print-rtl.cc | 251 basic_block bb = NOTE_BASIC_BLOCK (in_rtx); in print_rtx_operand_code_0() 270 basic_block bb = NOTE_BASIC_BLOCK (in_rtx); in print_rtx_operand_code_0() 2010 pp_printf (pp, " %d", NOTE_BASIC_BLOCK (x)->index); in print_insn()
|
H A D | function-tests.cc | 659 ASSERT_EQ (bb2, NOTE_BASIC_BLOCK (insn)); in test_expansion_to_rtl()
|
H A D | cfgrtl.cc | 301 && (bb = NOTE_BASIC_BLOCK (bb_note)) != NULL in create_basic_block_structure() 343 NOTE_BASIC_BLOCK (bb_note) = bb; in create_basic_block_structure() 2791 if (!NOTE_INSN_BASIC_BLOCK_P (x) || NOTE_BASIC_BLOCK (x) != bb) in rtl_verify_bb_insns() 3079 bb = NOTE_BASIC_BLOCK (x); in rtl_verify_bb_layout()
|
H A D | final.cc | 2246 bb_discriminator = NOTE_BASIC_BLOCK (insn)->discriminator; in final_scan_insn_1()
|
H A D | rtl.h | 1675 #define NOTE_BASIC_BLOCK(INSN) XCBBDEF (INSN, 3, NOTE) macro
|
H A D | sel-sched-ir.cc | 4983 gcc_assert (NOTE_BASIC_BLOCK (note) == bb in return_bb_to_pool()
|
H A D | cfgexpand.cc | 5861 NOTE_BASIC_BLOCK (note) = bb; in expand_gimple_basic_block()
|
H A D | ChangeLog-1999 | 9382 * rtl.h (NOTE_BASIC_BLOCK): Use X0BBDEF. 9590 (NOTE_RANGE_INFO, NOTE_LIVE_INFO, NOTE_BASIC_BLOCK, 18629 (NOTE_BASIC_BLOCK): New.
|
H A D | ChangeLog-2000 | 21911 * print-rtl.c (print_rtx, case NOTE): Don't blow up if NOTE_BASIC_BLOCK 28314 NOTE_BASIC_BLOCK.
|
H A D | ChangeLog-2010 | 19142 NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION, NOTE_KIND): 19477 NOTE_BLOCK, NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/ |
H A D | ia64.cc | 10298 last_block = NOTE_BASIC_BLOCK (insn)->next_bb in ia64_asm_unwind_emit()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/ |
H A D | ia64.c | 10298 last_block = NOTE_BASIC_BLOCK (insn)->next_bb in ia64_asm_unwind_emit()
|