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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp102 float totalWeight = 0; local
141 totalWeight += weight;
166 totalWeight *= 1.01F;
184 totalWeight *= 0.5F;
186 li.weight = normalize(totalWeight, li.getSize());

Completed in 95 milliseconds