Searched refs:normalizeSpillWeight (Results 1 - 7 of 7) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
H A D | CalcSpillWeights.h | 36 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
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
H A D | CalcSpillWeights.h | 23 /// 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/swiftshader/third_party/LLVM/lib/CodeGen/ |
H A D | CalcSpillWeights.cpp | 186 li.weight = normalizeSpillWeight(totalWeight, li.getSize());
|
H A D | RegAllocGreedy.cpp | 1417 const float EstWeight = normalizeSpillWeight(blockFreq * (NewGaps + 1),
|
H A D | LiveIntervalAnalysis.cpp | 1736 normalizeSpillWeight(NewLIs[i]->weight, NewLIs[i]->getSize());
|
/external/llvm/lib/CodeGen/ |
H A D | RegAllocPBQP.cpp | 738 return NumInstr * normalizeSpillWeight(UseDefFreq, Size, 1);
|
H A D | RegAllocGreedy.cpp | 1859 const float EstWeight = normalizeSpillWeight(
|
Completed in 199 milliseconds