Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DStackSlotColoring.cpp321 SmallVector<float, 16> SlotWeights(NumObjs, 0.0); in ColorSlots() local
333 SlotWeights[NewSS] += li->weight(); in ColorSlots()
341 li->setWeight(SlotWeights[SS]); in ColorSlots()