Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h35 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size, in normalizeSpillWeight() argument
42 return UseDefFreq / (Size + 25*SlotIndex::InstrDist); in normalizeSpillWeight()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp783 static inline float normalizePBQPSpillWeight(float UseDefFreq, unsigned Size, in normalizePBQPSpillWeight() argument
787 return NumInstr * normalizeSpillWeight(UseDefFreq, Size, 1); in normalizePBQPSpillWeight()