Lines Matching refs:active
447 LiveInterval* active = active_.Get(i); in AllocateBlockedReg() local
448 DCHECK(active->HasRegister()); in AllocateBlockedReg()
449 if (active->IsFixed()) { in AllocateBlockedReg()
450 next_use[active->GetRegister()] = current->GetStart(); in AllocateBlockedReg()
452 size_t use = active->FirstRegisterUseAfter(current->GetStart()); in AllocateBlockedReg()
454 next_use[active->GetRegister()] = use; in AllocateBlockedReg()
503 LiveInterval* active = active_.Get(i); in AllocateBlockedReg() local
504 if (active->GetRegister() == reg) { in AllocateBlockedReg()
505 DCHECK(!active->IsFixed()); in AllocateBlockedReg()
506 LiveInterval* split = Split(active, current->GetStart()); in AllocateBlockedReg()
508 handled_.Add(active); in AllocateBlockedReg()