Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.h456 DCHECK(from == defined_by_->GetLifetimePosition()); in SetFrom()
586 DCHECK(defined_by_->GetLocations()->Out().IsValid()); in FirstUseAfter()
616 return defined_by_; in GetDefinedBy()
845 allocator_, type_, defined_by_, false, kNoRegister, is_temp, true);
869 if (defined_by_ != nullptr && !IsSplit()) { in IsUsingInputRegister()
870 for (const HInstruction* input : defined_by_->GetInputs()) { in IsUsingInputRegister()
875 while (interval != nullptr && !interval->CoversSlow(defined_by_->GetLifetimePosition())) { in IsUsingInputRegister()
896 if (defined_by_ != nullptr && !IsSplit()) { in CanUseInputRegister()
897 LocationSummary* locations = defined_by_->GetLocations(); in CanUseInputRegister()
901 for (const HInstruction* input : defined_by_->GetInputs()) { in CanUseInputRegister()
[all …]
Dssa_liveness_analysis.cc326 if (GetParent() == this && defined_by_ != nullptr) { in FindFirstRegisterHint()
329 DCHECK_EQ(defined_by_->GetLiveInterval(), this); in FindFirstRegisterHint()
419 if (defined_by_->IsPhi()) { in FindHintAtDefinition()
421 const ArenaVector<HBasicBlock*>& predecessors = defined_by_->GetBlock()->GetPredecessors(); in FindHintAtDefinition()
422 HInputsRef inputs = defined_by_->GetInputs(); in FindHintAtDefinition()