Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDCalcSpillWeights.h34 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size, in normalizeSpillWeight() argument
41 return UseDefFreq / (Size + 25*SlotIndex::InstrDist); in normalizeSpillWeight()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDRegAllocPBQP.cpp782 static inline float normalizePBQPSpillWeight(float UseDefFreq, unsigned Size, in normalizePBQPSpillWeight() argument
786 return NumInstr * normalizeSpillWeight(UseDefFreq, Size, 1); in normalizePBQPSpillWeight()