Home
last modified time | relevance | path

Searched refs:defined_by_ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dssa_liveness_analysis.h466 DCHECK(from == defined_by_->GetLifetimePosition()); in SetFrom()
596 DCHECK(defined_by_->GetLocations()->Out().IsValid()); in FirstUseAfter()
626 return defined_by_; in GetDefinedBy()
855 allocator_, type_, defined_by_, false, kNoRegister, is_temp, true);
879 if (defined_by_ != nullptr && !IsSplit()) { in IsUsingInputRegister()
880 for (const HInstruction* input : defined_by_->GetInputs()) { in IsUsingInputRegister()
885 while (interval != nullptr && !interval->CoversSlow(defined_by_->GetLifetimePosition())) { in IsUsingInputRegister()
906 if (defined_by_ != nullptr && !IsSplit()) { in CanUseInputRegister()
907 LocationSummary* locations = defined_by_->GetLocations(); in CanUseInputRegister()
911 for (const HInstruction* input : defined_by_->GetInputs()) { in CanUseInputRegister()
[all …]
Dssa_liveness_analysis.cc344 if (GetParent() == this && defined_by_ != nullptr) { in FindFirstRegisterHint()
347 DCHECK_EQ(defined_by_->GetLiveInterval(), this); in FindFirstRegisterHint()
437 if (defined_by_->IsPhi()) { in FindHintAtDefinition()
439 const ArenaVector<HBasicBlock*>& predecessors = defined_by_->GetBlock()->GetPredecessors(); in FindHintAtDefinition()
440 HInputsRef inputs = defined_by_->GetInputs(); in FindHintAtDefinition()