Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp280 SmallVector<float, 16> SlotWeights(NumObjs, 0.0); in ColorSlots() local
293 SlotWeights[NewSS] += li->weight; in ColorSlots()
302 li->weight = SlotWeights[SS]; in ColorSlots()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DStackSlotColoring.cpp373 SmallVector<float, 16> SlotWeights(NumObjs, 0.0); in ColorSlots() local
387 SlotWeights[NewSS] += li->weight; in ColorSlots()
396 li->weight = SlotWeights[SS]; in ColorSlots()