Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Demit-rtl.cc4742 note_outside_basic_block_p (enum insn_note subtype, bool on_bb_boundary_p) in note_outside_basic_block_p() argument
4756 return on_bb_boundary_p; in note_outside_basic_block_p()
4771 bool on_bb_boundary_p = (bb != NULL && BB_END (bb) == after); in emit_note_after() local
4773 if (note_outside_basic_block_p (subtype, on_bb_boundary_p)) in emit_note_after()
4787 bool on_bb_boundary_p = (bb != NULL && BB_HEAD (bb) == before); in emit_note_before() local
4789 if (note_outside_basic_block_p (subtype, on_bb_boundary_p)) in emit_note_before()