Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dcombine.c637 int old_other_cost, new_other_cost; in combine_validate_cost() local
641 new_other_cost = insn_rtx_cost (PATTERN (undobuf.other_insn)); in combine_validate_cost()
642 if (old_other_cost > 0 && new_other_cost > 0) in combine_validate_cost()
645 new_cost += new_other_cost; in combine_validate_cost()