Searched refs:spilled_consts (Results 1 – 1 of 1) sorted by relevance
1768 ZoneVector<TopLevelLiveRange*>* spilled_consts = nullptr; in MeetConstraintsBefore() local1780 if (spilled_consts == nullptr) { in MeetConstraintsBefore()1781 spilled_consts = in MeetConstraintsBefore()1786 std::find(spilled_consts->begin(), spilled_consts->end(), range); in MeetConstraintsBefore()1787 already_spilled = it != spilled_consts->end(); in MeetConstraintsBefore()1806 spilled_consts->push_back(range); in MeetConstraintsBefore()