Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp279 SmallVector<float, 16> SlotWeights(NumObjs, 0.0); in ColorSlots() local
292 SlotWeights[NewSS] += li->weight; in ColorSlots()
301 li->weight = SlotWeights[SS]; in ColorSlots()