Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp349 unsigned NumObjs = MFI->getObjectIndexEnd(); in ColorSlots() local
350 SmallVector<int, 16> SlotMapping(NumObjs, -1); in ColorSlots()
351 SmallVector<float, 16> SlotWeights(NumObjs, 0.0); in ColorSlots()
352 SmallVector<SmallVector<int, 4>, 16> RevMap(NumObjs); in ColorSlots()
353 BitVector UsedColors(NumObjs); in ColorSlots()