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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1185 BlockFrequency StaticCost = 0; local
1240 StaticCost += SpillPlacer->getBlockFrequency(BC.Number);
1242 Cost = StaticCost;

Completed in 159 milliseconds