Searched refs:normalizeSpillWeight (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h34 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size) { function in namespace:llvm
61 NormalizingFn norm = normalizeSpillWeight)
74 normalizeSpillWeight);
58 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, const MachineLoopInfo &loops, const MachineBlockFrequencyInfo &mbfi, NormalizingFn norm = normalizeSpillWeight) argument
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1627 const float EstWeight = normalizeSpillWeight(blockFreq * (NewGaps + 1),

Completed in 108 milliseconds