Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp59 SmallVector<SmallVector<MachineInstr*, 8>, 16> SSRefs; member in __anonf227be4f0111::StackSlotColoring
138 SSRefs.resize(MFI->getObjectIndexEnd()); in ScanForSpillSlotRefs()
160 SSRefs[FI].push_back(MI); in ScanForSpillSlotRefs()
298 for (unsigned SS = 0, SE = SSRefs.size(); SS != SE; ++SS) { in ColorSlots()
303 SmallVector<MachineInstr*, 8> &RefMIs = SSRefs[SS]; in ColorSlots()
425 for (unsigned i = 0, e = SSRefs.size(); i != e; ++i) in runOnMachineFunction()
426 SSRefs[i].clear(); in runOnMachineFunction()
427 SSRefs.clear(); in runOnMachineFunction()