Searched refs:SSRefs (Results 1 – 1 of 1) sorted by relevance
72 SmallVector<SmallVector<MachineInstr*, 8>, 16> SSRefs; member in __anondcc12fae0111::StackSlotColoring178 SSRefs.resize(MFI->getObjectIndexEnd()); in ScanForSpillSlotRefs()200 SSRefs[FI].push_back(MI); in ScanForSpillSlotRefs()415 for (unsigned SS = 0, SE = SSRefs.size(); SS != SE; ++SS) { in ColorSlots()422 SmallVector<MachineInstr*, 8> &RefMIs = SSRefs[SS]; in ColorSlots()447 SmallVector<MachineInstr*, 8> &RefMIs = SSRefs[SS]; in AllMemRefsCanBeUnfolded()751 for (unsigned i = 0, e = SSRefs.size(); i != e; ++i) in runOnMachineFunction()752 SSRefs[i].clear(); in runOnMachineFunction()753 SSRefs.clear(); in runOnMachineFunction()