Searched refs:last_insn_cost (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dcombine.c328 static int last_insn_cost;
609 i2_cost = INSN_UID (i2) <= last_insn_cost
611 i3_cost = INSN_UID (i3) <= last_insn_cost
616 i1_cost = INSN_UID (i1) <= last_insn_cost
645 old_other_cost = (INSN_UID (undobuf.other_insn) <= last_insn_cost
771 last_insn_cost = max_uid_cuid;
326 static int last_insn_cost; variable

Completed in 180 milliseconds