Searched refs:EmergencySpillSlots (Results 1 – 2 of 2) sorted by relevance
76 EmergencySpillSlots.clear(); in runOnMachineFunction()164 EmergencySpillSlots.find(RC); in getEmergencySpillSlot()165 if (I != EmergencySpillSlots.end()) in getEmergencySpillSlot()167 return EmergencySpillSlots[RC] = createSpillSlot(RC); in getEmergencySpillSlot()
117 std::map<const TargetRegisterClass*, int> EmergencySpillSlots; variable