Lines Matching refs:changes
22 // Return true if INSN is one of the instructions being changed by CHANGES.
24 insn_is_changing (array_slice<insn_change *const> changes,
27 for (const insn_change *change : changes)
41 insn_is_changing (array_slice<insn_change *const> changes)
43 return insn_is_changing_closure (changes);
122 // Check whether insn costs indicate that the net effect of the changes
123 // in CHANGES is worthwhile. Require a strict improvement if STRICT_P,
126 bool changes_are_worthwhile (array_slice<insn_change *const> changes,
133 insn_change *changes[] = { &change };
134 return changes_are_worthwhile (changes, strict_p);