Searched refs:SSRefs (Results 1 – 2 of 2) sorted by relevance
77 SmallVector<SmallVector<MachineMemOperand *, 8>, 16> SSRefs; member in __anonb7b65c290111::StackSlotColoring209 SSRefs.resize(MFI->getObjectIndexEnd()); in ScanForSpillSlotRefs()233 SSRefs[FI].push_back(MMO); in ScanForSpillSlotRefs()393 for (unsigned SS = 0, SE = SSRefs.size(); SS != SE; ++SS) { in ColorSlots()399 SmallVectorImpl<MachineMemOperand *> &RefMMOs = SSRefs[SS]; in ColorSlots()552 for (auto &RefMMOs : SSRefs) in runOnMachineFunction()554 SSRefs.clear(); in runOnMachineFunction()
984 std::vector<std::vector<MachineMemOperand *>> SSRefs( in remapInstructions() local1058 SSRefs[FI].push_back(MMO); in remapInstructions()1099 for (auto E : enumerate(SSRefs)) in remapInstructions()