Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCalcSpillWeights.cpp142 float bestPhys = 0, bestVirt = 0; in calculateSpillWeightAndHint() local
195 if (hweight > bestPhys && mri.isAllocatable(hint)) in calculateSpillWeightAndHint()
196 bestPhys = hweight, hintPhys = hint; in calculateSpillWeightAndHint()