Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp319 unsigned NumObjs = MFI->getObjectIndexEnd(); in ColorSlots() local
320 SmallVector<int, 16> SlotMapping(NumObjs, -1); in ColorSlots()
321 SmallVector<float, 16> SlotWeights(NumObjs, 0.0); in ColorSlots()
322 SmallVector<SmallVector<int, 4>, 16> RevMap(NumObjs); in ColorSlots()
323 BitVector UsedColors(NumObjs); in ColorSlots()