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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp707 float StaticCost = 0; local
746 StaticCost += Ins * SpillPlacer->getBlockFrequency(BC.Number);
748 Cost = StaticCost;

Completed in 228 milliseconds