Searched refs:SSRefs (Results 1 – 2 of 2) sorted by relevance
73 SmallVector<SmallVector<MachineMemOperand *, 8>, 16> SSRefs; member in __anon8c4213250111::StackSlotColoring156 SSRefs.resize(MFI->getObjectIndexEnd()); in ScanForSpillSlotRefs()183 SSRefs[FI].push_back(MMO); in ScanForSpillSlotRefs()356 for (unsigned SS = 0, SE = SSRefs.size(); SS != SE; ++SS) { in ColorSlots()362 SmallVectorImpl<MachineMemOperand *> &RefMMOs = SSRefs[SS]; in ColorSlots()511 for (unsigned i = 0, e = SSRefs.size(); i != e; ++i) in runOnMachineFunction()512 SSRefs[i].clear(); in runOnMachineFunction()513 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()