Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp607 BlockFrequency StaticCost = BlockFrequency(0); in addSplitConstraints() local
662 StaticCost += SpillPlacer->getBlockFrequency(BC.Number); in addSplitConstraints()
664 Cost = StaticCost; in addSplitConstraints()