Searched defs:on_bb_boundary_p (Results 1 – 3 of 3) sorted by relevance
4767 note_outside_basic_block_p (enum insn_note subtype, bool on_bb_boundary_p) in note_outside_basic_block_p()4796 bool on_bb_boundary_p = (bb != NULL && BB_END (bb) == after); in emit_note_after() local4812 bool on_bb_boundary_p = (bb != NULL && BB_HEAD (bb) == before); in emit_note_before() local
4742 note_outside_basic_block_p (enum insn_note subtype, bool 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() local4787 bool on_bb_boundary_p = (bb != NULL && BB_HEAD (bb) == before); in emit_note_before() local