Lines Matching refs:split

385       LiveInterval* split = SplitBetween(current, current->GetStart(), first_register_use - 1);  in ProcessInstruction()  local
388 AddSorted(&unhandled, split); in ProcessInstruction()
733 LiveInterval* split = SplitBetween(current, current->GetStart(), free_until[reg]); in TryAllocateFreeReg() local
734 DCHECK(split != nullptr); in TryAllocateFreeReg()
735 AddSorted(unhandled_, split); in TryAllocateFreeReg()
857 LiveInterval* split = Split(active, position); in TrySplitNonPairOrUnalignedPairIntervalAt() local
858 if (split != active) { in TrySplitNonPairOrUnalignedPairIntervalAt()
862 AddSorted(unhandled_, split); in TrySplitNonPairOrUnalignedPairIntervalAt()
988 LiveInterval* split = SplitBetween(current, current->GetStart(), first_register_use - 1); in AllocateBlockedReg() local
989 DCHECK(current != split); in AllocateBlockedReg()
990 AddSorted(unhandled_, split); in AllocateBlockedReg()
1002 LiveInterval* split = Split(active, current->GetStart()); in AllocateBlockedReg() local
1003 if (split != active) { in AllocateBlockedReg()
1007 AddSorted(unhandled_, split); in AllocateBlockedReg()
1027 LiveInterval* split = Split(current, next_intersection); in AllocateBlockedReg() local
1028 DCHECK_NE(split, current); in AllocateBlockedReg()
1029 AddSorted(unhandled_, split); in AllocateBlockedReg()
1033 LiveInterval* split = Split(inactive, current->GetStart()); in AllocateBlockedReg() local
1035 DCHECK_NE(split, inactive); in AllocateBlockedReg()
1039 AddSorted(unhandled_, split); in AllocateBlockedReg()