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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp150 float hweight = Hint[hint] += weight; local
152 if (hweight > bestPhys && mri.isAllocatable(hint))
153 bestPhys = hweight, hintPhys = hint;
155 if (hweight > bestVirt)
156 bestVirt = hweight, hintVirt = hint;

Completed in 98 milliseconds