Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DCalcSpillWeights.cpp106 float bestPhys = 0, bestVirt = 0; in calculateSpillWeightAndHint() local
155 if (hweight > bestVirt) in calculateSpillWeightAndHint()
156 bestVirt = hweight, hintVirt = hint; in calculateSpillWeightAndHint()