Searched refs:normalizeSpillWeight (Results 1 – 2 of 2) sorted by relevance
33 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size, in normalizeSpillWeight() function102 return normalizeSpillWeight(UseDefFreq, Size, NumInstr); in normalize()
1706 const float EstWeight = normalizeSpillWeight( in tryLocalSplit()