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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRegAllocGreedy.cpp896 float GlobalCost = 0;
911 GlobalCost += Ins * SpillPlacer->getBlockFrequency(BC.Number);
924 GlobalCost += 2*SpillPlacer->getBlockFrequency(Number);
928 GlobalCost += SpillPlacer->getBlockFrequency(Number);
930 return GlobalCost;
/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1162 BlockFrequency GlobalCost = 0; local
1177 GlobalCost += SpillPlacer->getBlockFrequency(BC.Number);
1190 GlobalCost += SpillPlacer->getBlockFrequency(Number);
1191 GlobalCost += SpillPlacer->getBlockFrequency(Number);
1196 GlobalCost += SpillPlacer->getBlockFrequency(Number);
1198 return GlobalCost;

Completed in 70 milliseconds