Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp522 float normalize(float UseDefFreq, unsigned Size, unsigned NumInstr) override { in normalize()