Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A 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()
879 if (defined_by_ != nullptr && !IsSplit()) { in IsUsingInputRegister()
880 for (const HInstruction* input : defined_by_->GetInputs()) { 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()
956 LocationSummary* locations = defined_by_->GetLocations(); in DefinitionRequiresRegister()
1006 defined_by_(defined_by) {}
[all …]
H A 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()