Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h33 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size, in normalizeSpillWeight()
100 virtual float normalize(float UseDefFreq, unsigned Size, in normalize()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp522 float normalize(float UseDefFreq, unsigned Size, unsigned NumInstr) override { in normalize()