Searched refs:SSRefs (Results 1 – 2 of 2) sorted by relevance
78 SmallVector<SmallVector<MachineMemOperand *, 8>, 16> SSRefs; member in __anonb7b65c290111::StackSlotColoring219 SSRefs.resize(MFI->getObjectIndexEnd()); in ScanForSpillSlotRefs()243 SSRefs[FI].push_back(MMO); in ScanForSpillSlotRefs()405 for (unsigned SS = 0, SE = SSRefs.size(); SS != SE; ++SS) { in ColorSlots()411 SmallVectorImpl<MachineMemOperand *> &RefMMOs = SSRefs[SS]; in ColorSlots()555 for (auto &RefMMOs : SSRefs) in run()557 SSRefs.clear(); in run()
990 std::vector<std::vector<MachineMemOperand *>> SSRefs( in remapInstructions() local1065 SSRefs[FI].push_back(MMO); in remapInstructions()1106 for (auto E : enumerate(SSRefs)) in remapInstructions()