Searched defs:bestPhys (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp100 float bestPhys = 0, bestVirt = 0; local
146 if (hweight > bestPhys && LIS.isAllocatable(hint))
147 bestPhys = hweight, hintPhys = hint;

Completed in 38 milliseconds