Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dcfglayout.c312 rtx note = emit_note_before (NOTE_INSN_BLOCK_END, insn);
321 insn = emit_note_before (NOTE_INSN_BLOCK_BEG, insn);
Djump.c424 copy = emit_note_before (NOTE_LINE_NUMBER (insn), loop_start);
533 emit_note_before (NOTE_INSN_LOOP_VTOP, exitcode);
Dexcept.c3443 note = emit_note_before (NOTE_INSN_EH_REGION_BEG, in convert_to_eh_region_ranges()
3460 note = emit_note_before (NOTE_INSN_EH_REGION_BEG, iter); in convert_to_eh_region_ranges()
Dhaifa-sched.c1720 last = emit_note_before (note_type, last);
Dcfgrtl.c297 bb_note = emit_note_before (NOTE_INSN_BASIC_BLOCK, head);
Drtl.h1472 extern rtx emit_note_before PARAMS ((int, rtx));
Demit-rtl.c4182 emit_note_before (subtype, before) in emit_note_before() function
Dstmt.c2605 emit_note_before (NOTE_INSN_LOOP_CONT, start_label); in expand_end_loop()
DFSFChangeLog.102713 emit_note_before works.
DChangeLog.74113 (emit_note_before, emit_note_after, emit_line_note_after, emit_note):
/openbsd/src/gnu/gcc/gcc/
Dcfglayout.c405 rtx note = emit_note_before (NOTE_INSN_BLOCK_END, insn); in change_scope()
414 insn = emit_note_before (NOTE_INSN_BLOCK_BEG, insn); in change_scope()
Dmode-switching.c357 = emit_note_before (NOTE_INSN_DELETED, last_insn); in create_pre_exit()
Dexcept.c3330 note = emit_note_before (NOTE_INSN_EH_REGION_BEG, in convert_to_eh_region_ranges()
3347 note = emit_note_before (NOTE_INSN_EH_REGION_BEG, iter); in convert_to_eh_region_ranges()
Dbb-reorder.c1962 new_note = emit_note_before (NOTE_INSN_SWITCH_TEXT_SECTIONS, in insert_section_boundary_note()
Drtl.h1542 extern rtx emit_note_before (int, rtx);
Dvar-tracking.c2449 note = emit_note_before (NOTE_INSN_VAR_LOCATION, insn); in emit_note_insn_var_location()
Dcfgrtl.c287 bb_note = emit_note_before (NOTE_INSN_BASIC_BLOCK, head); in create_basic_block_structure()
Dhaifa-sched.c1930 last = emit_note_before (note_type, last); in reemit_notes()
Demit-rtl.c3873 emit_note_before (int subtype, rtx before) in emit_note_before() function