Lines Matching refs:place_to_insert

4433                            insn_t place_to_insert)  in emit_insn_from_expr_after()  argument
4455 place_to_insert); in emit_insn_from_expr_after()
4658 insn_t place_to_insert; in find_place_for_bookkeeping() local
4665 place_to_insert = BB_END (book_block); in find_place_for_bookkeeping()
4671 if (DEBUG_INSN_P (place_to_insert)) in find_place_for_bookkeeping()
4675 while (insn != place_to_insert && in find_place_for_bookkeeping()
4679 if (insn == place_to_insert) in find_place_for_bookkeeping()
4687 place_to_insert = BB_END (book_block); in find_place_for_bookkeeping()
4701 if (INSN_P (place_to_insert) && control_flow_insn_p (place_to_insert)) in find_place_for_bookkeeping()
4703 *fence_to_rewind = flist_lookup (fences, place_to_insert); in find_place_for_bookkeeping()
4704 place_to_insert = PREV_INSN (place_to_insert); in find_place_for_bookkeeping()
4707 return place_to_insert; in find_place_for_bookkeeping()
4713 find_seqno_for_bookkeeping (insn_t place_to_insert, insn_t join_point) in find_seqno_for_bookkeeping() argument
4719 rtx_insn *next = NEXT_INSN (place_to_insert); in find_seqno_for_bookkeeping()
4722 && BLOCK_FOR_INSN (next) == BLOCK_FOR_INSN (place_to_insert)) in find_seqno_for_bookkeeping()
4731 seqno = get_seqno_by_preds (place_to_insert); in find_seqno_for_bookkeeping()
4752 emit_bookkeeping_insn (insn_t place_to_insert, expr_t c_expr, int new_seqno) in emit_bookkeeping_insn() argument
4761 place_to_insert); in emit_bookkeeping_insn()
4776 insn_t join_point, place_to_insert, new_insn; in generate_bookkeeping_insn() local
4786 place_to_insert = find_place_for_bookkeeping (e1, e2, &fence_to_rewind); in generate_bookkeeping_insn()
4787 new_seqno = find_seqno_for_bookkeeping (place_to_insert, join_point); in generate_bookkeeping_insn()
4789 = sel_bb_empty_p (BLOCK_FOR_INSN (place_to_insert)); in generate_bookkeeping_insn()
4791 new_insn = emit_bookkeeping_insn (place_to_insert, c_expr, new_seqno); in generate_bookkeeping_insn()
5169 insn_t place_to_insert; in prepare_place_to_insert() local
5177 place_to_insert = ILIST_INSN (BND_PTR (bnd)); in prepare_place_to_insert()
5178 if (DEBUG_INSN_P (place_to_insert)) in prepare_place_to_insert()
5185 place_to_insert = NULL; in prepare_place_to_insert()
5189 place_to_insert = NULL; in prepare_place_to_insert()
5191 if (!place_to_insert) in prepare_place_to_insert()
5195 place_to_insert = get_nop_from_pool (BND_TO (bnd)); in prepare_place_to_insert()
5196 gcc_assert (BLOCK_FOR_INSN (place_to_insert) in prepare_place_to_insert()
5200 return place_to_insert; in prepare_place_to_insert()
5415 insn_t place_to_insert; in schedule_expr_on_boundary() local
5435 place_to_insert = prepare_place_to_insert (bnd); in schedule_expr_on_boundary()
5452 insn = sel_move_insn (expr_vliw, seqno, place_to_insert); in schedule_expr_on_boundary()
5455 place_to_insert); in schedule_expr_on_boundary()
5459 if (INSN_NOP_P (place_to_insert)) in schedule_expr_on_boundary()
5460 return_nop_to_pool (place_to_insert, !DEBUG_INSN_P (insn)); in schedule_expr_on_boundary()