Searched refs:WorstCount (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1335 unsigned WorstCount = ~0u; local
1341 if (Count < WorstCount)
1342 Worst = i, WorstCount = Count;

Completed in 145 milliseconds