Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DCalcSpillWeights.h36 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size, in normalizeSpillWeight() function
65 NormalizingFn norm = normalizeSpillWeight)
79 normalizeSpillWeight);
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp720 return NumInstr * normalizeSpillWeight(UseDefFreq, Size, 1); in normalizePBQPSpillWeight()
DRegAllocGreedy.cpp1849 const float EstWeight = normalizeSpillWeight( in tryLocalSplit()