reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/RegAllocGreedy.cpp
 1910     if (!addSplitConstraints(Cand.Intf, Cost)) {
 1915                MBFI->printBlockFreq(dbgs(), Cost));
 1916     if (Cost >= BestCost) {
 1940     Cost += calcGlobalSplitCost(Cand, Order, &HasEvictionChain);
 1943       MBFI->printBlockFreq(dbgs(), Cost) << " with bundles";
 1948     if (Cost < BestCost) {
 1950       BestCost = Cost;