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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1579 BlockFrequency GlobalCost = 0; local
1602 GlobalCost += SpillPlacer->getBlockFrequency(BC.Number);
1603 GlobalCost += SpillPlacer->getBlockFrequency(BC.Number);
1610 GlobalCost += SpillPlacer->getBlockFrequency(BC.Number);
1611 GlobalCost += SpillPlacer->getBlockFrequency(BC.Number);
1620 GlobalCost += SpillPlacer->getBlockFrequency(BC.Number);
1633 GlobalCost += SpillPlacer->getBlockFrequency(Number);
1634 GlobalCost += SpillPlacer->getBlockFrequency(Number);
1644 GlobalCost += SpillPlacer->getBlockFrequency(Number);
1645 GlobalCost
[all...]

Completed in 106 milliseconds