Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp278 unsigned NumObjs = MFI->getObjectIndexEnd(); in ColorSlots() local
279 SmallVector<int, 16> SlotMapping(NumObjs, -1); in ColorSlots()
280 SmallVector<float, 16> SlotWeights(NumObjs, 0.0); in ColorSlots()
281 SmallVector<SmallVector<int, 4>, 16> RevMap(NumObjs); in ColorSlots()
282 BitVector UsedColors(NumObjs); in ColorSlots()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DStackSlotColoring.cpp371 unsigned NumObjs = MFI->getObjectIndexEnd(); in ColorSlots() local
372 SmallVector<int, 16> SlotMapping(NumObjs, -1); in ColorSlots()
373 SmallVector<float, 16> SlotWeights(NumObjs, 0.0); in ColorSlots()
374 SmallVector<SmallVector<int, 4>, 16> RevMap(NumObjs); in ColorSlots()
375 BitVector SlotIsReg(NumObjs); in ColorSlots()
376 BitVector UsedColors(NumObjs); in ColorSlots()