Searched refs:has_preassigned_slot (Results 1 – 2 of 2) sorted by relevance
869 if (move != nullptr && (might_be_duplicated || has_preassigned_slot())) { in FilterSpillMoves()875 if (has_preassigned_slot()) move_op->Eliminate(); in FilterSpillMoves()880 if (found || has_preassigned_slot()) { in FilterSpillMoves()4761 if (range->has_preassigned_slot()) continue; in PopulateReferenceMaps()
989 bool has_preassigned_slot() const { return has_preassigned_slot_; } in has_preassigned_slot() function