Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocGreedy.cpp678 float StaticCost = 0; in addSplitConstraints() local
717 StaticCost += Ins * SpillPlacer->getBlockFrequency(BC.Number); in addSplitConstraints()
719 Cost = StaticCost; in addSplitConstraints()
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp940 BlockFrequency StaticCost = 0; in addSplitConstraints() local
985 StaticCost += SpillPlacer->getBlockFrequency(BC.Number); in addSplitConstraints()
987 Cost = StaticCost; in addSplitConstraints()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp1178 BlockFrequency StaticCost = 0; in addSplitConstraints() local
1223 StaticCost += SpillPlacer->getBlockFrequency(BC.Number); in addSplitConstraints()
1225 Cost = StaticCost; in addSplitConstraints()