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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp881 BlockFrequency StaticCost = 0; local
920 StaticCost += SpillPlacer->getBlockFrequency(BC.Number);
922 Cost = StaticCost;

Completed in 977 milliseconds