Searched refs:IsSplinter (Results 1 – 4 of 4) sorted by relevance
24 DCHECK(!range->IsSplinter()); in CreateSplinter()110 if (range == nullptr || range->IsEmpty() || range->IsSplinter()) { in Splinter()145 if (range == nullptr || range->IsEmpty() || !range->IsSplinter()) { in Merge()
592 bool IsSplinter() const { return splintered_from_ != nullptr; } in IsSplinter() function594 DCHECK(!IsSplinter()); in MayRequireSpillRange()608 return IsSplinter() ? splintered_from()->GetNextChildId() in GetNextChildId()
124 if (!CanProcessRange(range) || range->IsSplinter() || !range->is_phi()) { in GroupLiveRanges()152 if (other_top->IsSplinter()) continue; in GroupLiveRanges()
725 return IsSplinter() ? splintered_from()->vreg() : vreg(); in debug_virt_reg()1140 DCHECK(!parent->IsSplinter()); in SpillRange()1448 DCHECK(!range->IsSplinter()); in AssignSpillRangeToLiveRange()1454 range->IsSplinter() ? range->splintered_from()->vreg() : range->vreg(); in AssignSpillRangeToLiveRange()1465 DCHECK(!range->IsSplinter()); in CreateSpillRangeForLiveRange()