Searched refs:NumObjs (Results 1 – 1 of 1) sorted by relevance
324 unsigned NumObjs = MFI->getObjectIndexEnd(); in ColorSlots() local325 SmallVector<int, 16> SlotMapping(NumObjs, -1); in ColorSlots()326 SmallVector<float, 16> SlotWeights(NumObjs, 0.0); in ColorSlots()327 SmallVector<SmallVector<int, 4>, 16> RevMap(NumObjs); in ColorSlots()328 BitVector UsedColors(NumObjs); in ColorSlots()