Home
last modified time | relevance | path

Searched refs:SpillsCost (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.h419 float SpillsCost = 0.0f; member
437 SpillsCost += other.SpillsCost; in add()
H A DRegAllocGreedy.cpp2522 R << NV("TotalSpillsCost", SpillsCost) << " total spills cost "; in report()
2633 Stats.SpillsCost = RelFreq * Stats.Spills; in computeStats()