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

/external/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp106 float bestPhys = 0, bestVirt = 0; local
161 if (hweight > bestVirt)
162 bestVirt = hweight, hintVirt = hint;

Completed in 78 milliseconds