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

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h23 /// normalizeSpillWeight - The spill weight of a live interval is computed as:
31 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size) { function in namespace:llvm
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp201 li.weight = normalizeSpillWeight(totalWeight, li.getSize());
H A DRegAllocGreedy.cpp1567 const float EstWeight = normalizeSpillWeight(blockFreq * (NewGaps + 1),

Completed in 107 milliseconds