Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DCalcSpillWeights.h36 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size, in normalizeSpillWeight() argument
43 return UseDefFreq / (Size + 25*SlotIndex::InstrDist); in normalizeSpillWeight()
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp716 static inline float normalizePBQPSpillWeight(float UseDefFreq, unsigned Size, in normalizePBQPSpillWeight() argument
720 return NumInstr * normalizeSpillWeight(UseDefFreq, Size, 1); in normalizePBQPSpillWeight()