Searched refs:SSRefs (Results 1 – 2 of 2) sorted by relevance
74 SmallVector<SmallVector<MachineMemOperand *, 8>, 16> SSRefs; member in __anonc2b9e7410111::StackSlotColoring157 SSRefs.resize(MFI->getObjectIndexEnd()); in ScanForSpillSlotRefs()185 SSRefs[FI].push_back(MMO); in ScanForSpillSlotRefs()360 for (unsigned SS = 0, SE = SSRefs.size(); SS != SE; ++SS) { in ColorSlots()366 SmallVectorImpl<MachineMemOperand *> &RefMMOs = SSRefs[SS]; in ColorSlots()516 for (unsigned i = 0, e = SSRefs.size(); i != e; ++i) in runOnMachineFunction()517 SSRefs[i].clear(); in runOnMachineFunction()518 SSRefs.clear(); in runOnMachineFunction()
1012 std::vector<std::vector<MachineMemOperand *>> SSRefs( in remapInstructions() local1086 SSRefs[FI].push_back(MMO); in remapInstructions()1127 for (auto E : enumerate(SSRefs)) in remapInstructions()