Home
last modified time | relevance | path

Searched refs:NOTE_BASIC_BLOCK (Results 1 – 25 of 28) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dinsn-notes.def76 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 Dmode-switching.c162 || 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 Dprint-rtl.c248 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 Dread-rtl-function.c281 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 Dfunction-tests.c652 ASSERT_EQ (bb2, NOTE_BASIC_BLOCK (insn)); in test_expansion_to_rtl()
H A Dcfgrtl.c296 && (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 Dfinal.c2252 bb_discriminator = NOTE_BASIC_BLOCK (insn)->discriminator; in final_scan_insn_1()
H A Drtl.h1667 #define NOTE_BASIC_BLOCK(INSN) XCBBDEF (INSN, 3, NOTE) macro
H A Dsel-sched-ir.c4985 gcc_assert (NOTE_BASIC_BLOCK (note) == bb in return_bb_to_pool()
H A Dcfgexpand.c5674 NOTE_BASIC_BLOCK (note) = bb; in expand_gimple_basic_block()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dinsn-notes.def76 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 Dmode-switching.cc162 || 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 Dread-rtl-function.cc281 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 Dprint-rtl.cc251 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 Dfunction-tests.cc659 ASSERT_EQ (bb2, NOTE_BASIC_BLOCK (insn)); in test_expansion_to_rtl()
H A Dcfgrtl.cc301 && (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 Dfinal.cc2246 bb_discriminator = NOTE_BASIC_BLOCK (insn)->discriminator; in final_scan_insn_1()
H A Drtl.h1675 #define NOTE_BASIC_BLOCK(INSN) XCBBDEF (INSN, 3, NOTE) macro
H A Dsel-sched-ir.cc4983 gcc_assert (NOTE_BASIC_BLOCK (note) == bb in return_bb_to_pool()
H A Dcfgexpand.cc5861 NOTE_BASIC_BLOCK (note) = bb; in expand_gimple_basic_block()
H A DChangeLog-19999382 * rtl.h (NOTE_BASIC_BLOCK): Use X0BBDEF.
9590 (NOTE_RANGE_INFO, NOTE_LIVE_INFO, NOTE_BASIC_BLOCK,
18629 (NOTE_BASIC_BLOCK): New.
H A DChangeLog-200021911 * print-rtl.c (print_rtx, case NOTE): Don't blow up if NOTE_BASIC_BLOCK
28314 NOTE_BASIC_BLOCK.
H A DChangeLog-201019142 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 Dia64.cc10298 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 Dia64.c10298 last_block = NOTE_BASIC_BLOCK (insn)->next_bb in ia64_asm_unwind_emit()

12