Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDcombine.c367 rtx other_insn; member
635 if (undobuf.other_insn) in combine_validate_cost()
639 old_other_cost = (INSN_UID (undobuf.other_insn) <= last_insn_cost in combine_validate_cost()
640 ? uid_insn_cost[INSN_UID (undobuf.other_insn)] : 0); in combine_validate_cost()
641 new_other_cost = insn_rtx_cost (PATTERN (undobuf.other_insn)); in combine_validate_cost()
1865 undobuf.other_insn = 0; in try_combine()
2284 if (undobuf.other_insn == 0 in try_combine()
2286 &undobuf.other_insn)) in try_combine()
2311 undobuf.other_insn = 0; in try_combine()
2973 if (undobuf.other_insn) in try_combine()
[all …]
HDChangeLog-20028312 * combine.c (try_combine): Handle the case that undobuf.other_insn
8317 and update/simplify the condition code user (undobuf.other_insn).
HDChangeLog-20035175 * combine.c (simplify_set): Do not clear out undobuf.other_insn
HDChangeLog-20041393 undobuf.other_insn rather than always allowing the recombination