Searched refs:LastCandidate (Results 1 – 1 of 1) sorted by relevance
1212 unsigned LastCandidate = RegsWeights.size() >= 3 ? 3 : 1; in assignRegOrStackSlotAtInterval() local1213 while (LastCandidate > 1) { in assignRegOrStackSlotAtInterval()1214 if (weightsAreClose(RegsWeights[LastCandidate-1].second, minWeight)) in assignRegOrStackSlotAtInterval()1216 --LastCandidate; in assignRegOrStackSlotAtInterval()1222 for (unsigned i = 0; i != LastCandidate; ++i) in assignRegOrStackSlotAtInterval()1288 findIntervalsToSpill(cur, RegsWeights, LastCandidate, spillIs); in assignRegOrStackSlotAtInterval()