Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DRegAllocGreedy.h411 float SpillsCost = 0.0f; member
429 SpillsCost += other.SpillsCost; in add()
DRegAllocGreedy.cpp2420 R << NV("TotalSpillsCost", SpillsCost) << " total spills cost "; in report()
2530 Stats.SpillsCost = RelFreq * Stats.Spills; in computeStats()