Lines Matching refs:GetLiveInterval
195 input->GetLiveInterval()->AddPhiUse(phi, phi_input_index, block); in ComputeLiveRanges()
206 current->GetLiveInterval()->AddRange(block->GetLifetimeStart(), block->GetLifetimeEnd()); in ComputeLiveRanges()
216 current->GetLiveInterval()->SetFrom(current->GetLifetimePosition()); in ComputeLiveRanges()
234 instruction->GetLiveInterval()->AddUse( in ComputeLiveRanges()
247 input->GetLiveInterval()->AddUse(current, /* environment */ nullptr, i); in ComputeLiveRanges()
258 LiveInterval* interval = current->GetLiveInterval(); in ComputeLiveRanges()
271 current->GetLiveInterval()->AddLoopRange(block->GetLifetimeStart(), last_position); in ComputeLiveRanges()
331 DCHECK_EQ(defined_by_->GetLiveInterval(), this); in FindFirstRegisterHint()
368 Location phi_location = user->GetLiveInterval()->ToLocation(); in FindFirstRegisterHint()
385 Location location = input->GetLiveInterval()->GetLocationAt( in FindFirstRegisterHint()
424 LiveInterval* input_interval = input->GetLiveInterval()->GetSiblingAt(end - 1); in FindHintAtDefinition()
441 GetDefinedBy()->InputAt(0)->GetLiveInterval()->GetSiblingAt(GetStart() - 1); in FindHintAtDefinition()