Searched refs:is_slot1 (Results 1 – 1 of 1) sorted by relevance
1394 bool is_slot1 = loc1.IsStackSlot() || loc1.IsDoubleStackSlot(); in SwapLocations() local1428 } else if (is_slot1 != is_slot2) { in SwapLocations()1430 Location reg_loc = is_slot1 ? loc2 : loc1; in SwapLocations()1431 Location mem_loc = is_slot1 ? loc1 : loc2; in SwapLocations()1451 } else if (is_slot1 && is_slot2) { in SwapLocations()