Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp621 float StaticCost = 0; in addSplitConstraints() local
659 StaticCost += Ins * SpillPlacer->getBlockFrequency(BC.Number); in addSplitConstraints()
661 Cost = StaticCost; in addSplitConstraints()