Home
last modified time | relevance | path

Searched refs:emit_note_before (Results 1 – 20 of 20) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dcfglayout.c448 rtx note = emit_note_before (NOTE_INSN_BLOCK_END, insn); in change_scope()
457 insn = emit_note_before (NOTE_INSN_BLOCK_BEG, insn); in change_scope()
H A Dmode-switching.c406 = emit_note_before (NOTE_INSN_DELETED, last_insn); in create_pre_exit()
H A Dexcept.c2466 note = emit_note_before (NOTE_INSN_EH_REGION_BEG, in convert_to_eh_region_ranges()
2488 note = emit_note_before (NOTE_INSN_EH_REGION_BEG, in convert_to_eh_region_ranges()
2506 note = emit_note_before (NOTE_INSN_EH_REGION_BEG, iter); in convert_to_eh_region_ranges()
H A Dbb-reorder.c1977 new_note = emit_note_before (NOTE_INSN_SWITCH_TEXT_SECTIONS, in insert_section_boundary_note()
H A Drtl.h1753 extern rtx emit_note_before (enum insn_note, rtx);
H A Ddwarf2cfi.c2170 tmp = emit_note_before (NOTE_INSN_CFI_LABEL, insn); in add_cfis_to_fde()
H A Dcfgrtl.c294 bb_note = emit_note_before (NOTE_INSN_BASIC_BLOCK, head); in create_basic_block_structure()
H A Demit-rtl.c4250 emit_note_before (enum insn_note subtype, rtx before) in emit_note_before() function
H A Dhaifa-sched.c3394 last = emit_note_before (note_type, last); in reemit_notes()
H A Dvar-tracking.c8242 note = emit_note_before (NOTE_INSN_VAR_LOCATION, insn); in emit_note_insn_var_location()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dexcept.c2607 note = emit_note_before (NOTE_INSN_EH_REGION_BEG, in convert_to_eh_region_ranges()
2629 note = emit_note_before (NOTE_INSN_EH_REGION_BEG, in convert_to_eh_region_ranges()
2646 note = emit_note_before (NOTE_INSN_EH_REGION_BEG, iter); in convert_to_eh_region_ranges()
H A Dmode-switching.c456 = emit_note_before (NOTE_INSN_DELETED, last_insn); in create_pre_exit()
H A Dfinal.c1567 rtx_note *note = emit_note_before (NOTE_INSN_BLOCK_END, insn); in change_scope()
1576 insn = emit_note_before (NOTE_INSN_BLOCK_BEG, insn); in change_scope()
1605 rtx_note *note = emit_note_before (NOTE_INSN_BLOCK_END, insn); in reemit_insn_block_notes()
H A Dbb-reorder.c2589 emit_note_before (NOTE_INSN_SWITCH_TEXT_SECTIONS, BB_HEAD (bb)); in insert_section_boundary_note()
H A Ddwarf2cfi.c2277 rtx_note *tmp = emit_note_before (NOTE_INSN_CFI_LABEL, insn); in add_cfis_to_fde()
H A Drtl.h3236 extern rtx_note *emit_note_before (enum insn_note, rtx_insn *);
H A Dcfgrtl.c316 bb_note = emit_note_before (NOTE_INSN_BASIC_BLOCK, head); in create_basic_block_structure()
H A Dvar-tracking.c8891 note = emit_note_before (NOTE_INSN_VAR_LOCATION, insn); in emit_note_insn_var_location()
9993 note = emit_note_before (kind, insn); in reemit_marker_as_note()
H A Demit-rtl.c4828 emit_note_before (enum insn_note subtype, rtx_insn *before) in emit_note_before() function
H A Dhaifa-sched.c5409 last = emit_note_before (note_type, last); in reemit_notes()