Searched refs:SpillList (Results 1 – 1 of 1) sorted by relevance
139 static void GetSpillList(SmallVectorImpl<StackSlotInfo> &SpillList, in GetSpillList() argument144 SpillList.push_back(StackSlotInfo(XFI->getLRSpillSlot(), in GetSpillList()150 SpillList.push_back(StackSlotInfo(XFI->getFPSpillSlot(), in GetSpillList()154 std::sort(SpillList.begin(), SpillList.end(), CompareSSIOffset); in GetSpillList()161 static void GetEHSpillList(SmallVectorImpl<StackSlotInfo> &SpillList, in GetEHSpillList() argument167 SpillList.push_back( in GetEHSpillList()170 SpillList.push_back( in GetEHSpillList()173 std::sort(SpillList.begin(), SpillList.end(), CompareSSIOffset); in GetEHSpillList()193 SmallVectorImpl<StackSlotInfo> &SpillList) { in RestoreSpillList() argument194 for (unsigned i = 0, e = SpillList.size(); i != e; ++i) { in RestoreSpillList()[all …]