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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DCalcSpillWeights.h23 /// normalizeSpillWeight - The spill weight of a live interval is computed as:
31 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size) { function in namespace:llvm
/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 1638 milliseconds