Home | History | Annotate | Download | only in optimizing

Lines Matching refs:high

260             LiveInterval* high = interval->GetHighInterval();
261 temp_intervals_.push_back(high);
262 unhandled_fp_intervals_.push_back(high);
371 LiveInterval* high = current->GetHighInterval();
372 high->SetRegister(first.high());
373 high->SetFrom(position + 1);
383 LiveInterval* high = current->GetHighInterval();
384 high->SetRegister(output.high());
385 high->SetFrom(position + 1);
614 // Make sure a low interval is always with a high.
616 // Make sure a high interval is always with a low.
682 // Allocating the low part was unsucessful. The splitted interval for the high part
835 // If the high register of this interval is not available, we need to spill.
969 // 2) A pair interval whose high is not low + 1.
993 // The low interval has allocated the register for the high interval. In
995 // situation where the high interval does not have a register use anymore.
997 // uses of the high interval's register, and put the high interval in the
1058 // When allocating the low part, we made sure the high register was available.
1177 // High intervals must be processed right after their low equivalent.
1190 // Insert the high interval before the low, to ensure the low is processed before.
1275 LiveInterval* high = interval->GetHighInterval()->SplitAt(position);
1276 new_interval->SetHighInterval(high);
1277 high->SetLowInterval(new_interval);
1976 // High intervals can be skipped, they are already handled by the low interval.