Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1235 BlockFrequency StaticCost = 0; in addSplitConstraints() local
1290 StaticCost += SpillPlacer->getBlockFrequency(BC.Number); in addSplitConstraints()
1292 Cost = StaticCost; in addSplitConstraints()