Lines Matching refs:spilled
140 new (curr) LiveRangeBound(i, i->spilled()); in Initialize()
446 DCHECK(!HasRegisterAssigned() && !spilled()); in set_assigned_register()
452 DCHECK(HasRegisterAssigned() && !spilled()); in UnsetAssignedRegister()
458 DCHECK(!spilled()); in Spill()
552 DCHECK(!spilled()); in GetAssignedOperand()
556 DCHECK(spilled()); in GetAssignedOperand()
1051 temp->set_spilled(first->spilled()); in Merge()
1052 if (!temp->spilled()) in Merge()
2709 DCHECK(!range->spilled()); in Spill()
2756 if (!to_add->spilled()) { in AllocateRegisters()
2819 DCHECK(!current->HasRegisterAssigned() && !current->spilled()); in AllocateRegisters()
2873 DCHECK(!range->HasRegisterAssigned() && !range->spilled()); in AddToUnhandledSorted()
2895 DCHECK(!range->HasRegisterAssigned() && !range->spilled()); in AddToUnhandledUnsorted()
3368 if (op_range != nullptr && op_range->spilled()) { in TryReuseSpillForPhi()
3561 top_range->has_slot_use() || top_range->spilled()); in CommitAssignment()
3690 if (!cur->spilled()) { in PopulateReferenceMaps()
3751 (successor == nullptr || successor->spilled())) { in ResolveControlFlow()
3829 if (second_range->spilled()) continue; in ConnectRanges()
3914 DCHECK(!range->spilled()); in CommitSpillsInDeferredBlocks()
3927 if (pos->type() != UsePositionType::kRequiresSlot && !child->spilled()) in CommitSpillsInDeferredBlocks()