Home
last modified time | relevance | path

Searched refs:LastCandidate (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocLinearScan.cpp1212 unsigned LastCandidate = RegsWeights.size() >= 3 ? 3 : 1; in assignRegOrStackSlotAtInterval() local
1213 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()