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

/external/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h36 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size, function in namespace:llvm
65 NormalizingFn norm = normalizeSpillWeight)
79 normalizeSpillWeight);
62 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, VirtRegMap *vrm, const MachineLoopInfo &loops, const MachineBlockFrequencyInfo &mbfi, NormalizingFn norm = normalizeSpillWeight) argument

Completed in 160 milliseconds