Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.h395 DCHECK(!defined_by_->HasNonEnvironmentUses()); in SetFrom()
396 DCHECK(from == defined_by_->GetLifetimePosition()); in SetFrom()
513 DCHECK(defined_by_->GetLocations()->Out().IsValid()); in FirstUseAfter()
542 return defined_by_; in GetDefinedBy()
766 allocator_, type_, defined_by_, false, kNoRegister, is_temp, false, true);
786 if (defined_by_ != nullptr && !IsSplit()) { in IsUsingInputRegister()
787 for (HInputIterator it(defined_by_); !it.Done(); it.Advance()) { in IsUsingInputRegister()
792 while (interval != nullptr && !interval->CoversSlow(defined_by_->GetLifetimePosition())) { in IsUsingInputRegister()
813 if (defined_by_ != nullptr && !IsSplit()) { in CanUseInputRegister()
814 LocationSummary* locations = defined_by_->GetLocations(); in CanUseInputRegister()
[all …]
Dssa_liveness_analysis.cc328 if (GetParent() == this && defined_by_ != nullptr) { in FindFirstRegisterHint()
331 DCHECK_EQ(defined_by_->GetLiveInterval(), this); in FindFirstRegisterHint()
418 if (defined_by_->IsPhi()) { in FindHintAtDefinition()
420 const GrowableArray<HBasicBlock*>& predecessors = defined_by_->GetBlock()->GetPredecessors(); in FindHintAtDefinition()
421 for (size_t i = 0, e = defined_by_->InputCount(); i < e; ++i) { in FindHintAtDefinition()
422 HInstruction* input = defined_by_->InputAt(i); in FindHintAtDefinition()