HomeSort by: relevance | last modified time | path
    Searched defs:join_point (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
sel-sched.cc 4731 for JOIN_POINT. */
4733 find_seqno_for_bookkeeping (insn_t place_to_insert, insn_t join_point)
4738 jump's seqno for the copy; otherwise, use JOIN_POINT's seqno. */
4747 else if (INSN_SEQNO (join_point) > 0)
4748 seqno = INSN_SEQNO (join_point);
4796 insn_t join_point, place_to_insert, new_insn;
4805 join_point = sel_bb_head (e2->dest);
4807 new_seqno = find_seqno_for_bookkeeping (place_to_insert, join_point);
4826 BLOCK_FOR_INSN (join_point));
4784 insn_t join_point, place_to_insert, new_insn; local
  /src/external/gpl3/gcc.old/dist/gcc/
sel-sched.cc 4723 for JOIN_POINT. */
4725 find_seqno_for_bookkeeping (insn_t place_to_insert, insn_t join_point)
4730 jump's seqno for the copy; otherwise, use JOIN_POINT's seqno. */
4739 else if (INSN_SEQNO (join_point) > 0)
4740 seqno = INSN_SEQNO (join_point);
4788 insn_t join_point, place_to_insert, new_insn;
4797 join_point = sel_bb_head (e2->dest);
4799 new_seqno = find_seqno_for_bookkeeping (place_to_insert, join_point);
4818 BLOCK_FOR_INSN (join_point));
4776 insn_t join_point, place_to_insert, new_insn; local

Completed in 33 milliseconds