Lines Matching defs:best_index
674 signed best_index = -1;
752 if (effect == best_effect && (signed) i < best_index)
756 best_index = i;
762 if (best_index < 0)
766 assert(best_index < count);
767 midgard_instruction *I = instructions[best_index];
770 BITSET_CLEAR(worklist, best_index);
773 mir_adjust_constants(instructions[best_index], predicate, true);
776 predicate->pipeline_count += mir_pipeline_count(instructions[best_index]);
779 mir_adjust_unit(instructions[best_index], unit);
783 mir_live_effect(liveness, instructions[best_index], true);