Searched refs:unhandled_ (Results 1 – 1 of 1) sorted by relevance
166 IntervalHeap unhandled_; member545 assert(unhandled_.empty() && "Unhandled live intervals remain!"); in runOnMachineFunction()565 assert(unhandled_.empty() && fixed_.empty() && in initIntervalSets()582 unhandled_.push(i->second); in initIntervalSets()596 while (!unhandled_.empty()) { in linearScan()598 LiveInterval* cur = unhandled_.top(); in linearScan()599 unhandled_.pop(); in linearScan()1267 unhandled_.push(ReloadLi); in assignRegOrStackSlotAtInterval()1277 unhandled_.push(cur); in assignRegOrStackSlotAtInterval()1342 unhandled_.push(i); in assignRegOrStackSlotAtInterval()[all …]