Lines Matching refs:split
299 LiveInterval* split = SplitBetween(current, current->GetStart(), first_register_use - 1); in ProcessInstruction() local
302 AddSorted(&unhandled, split); in ProcessInstruction()
857 LiveInterval* split = SplitBetween(current, current->GetStart(), free_until[reg]); in TryAllocateFreeReg() local
858 DCHECK(split != nullptr); in TryAllocateFreeReg()
859 AddSorted(unhandled_, split); in TryAllocateFreeReg()
984 LiveInterval* split = Split(active, position); in TrySplitNonPairOrUnalignedPairIntervalAt() local
985 if (split != active) { in TrySplitNonPairOrUnalignedPairIntervalAt()
989 AddSorted(unhandled_, split); in TrySplitNonPairOrUnalignedPairIntervalAt()
1122 LiveInterval* split = SplitBetween(current, current->GetStart(), first_register_use - 1); in AllocateBlockedReg() local
1123 DCHECK(current != split); in AllocateBlockedReg()
1124 AddSorted(unhandled_, split); in AllocateBlockedReg()
1138 LiveInterval* split = Split(active, current->GetStart()); in AllocateBlockedReg() local
1139 if (split != active) { in AllocateBlockedReg()
1143 AddSorted(unhandled_, split); in AllocateBlockedReg()
1163 LiveInterval* split = Split(current, next_intersection); in AllocateBlockedReg() local
1164 DCHECK_NE(split, current); in AllocateBlockedReg()
1165 AddSorted(unhandled_, split); in AllocateBlockedReg()
1169 LiveInterval* split = Split(inactive, current->GetStart()); in AllocateBlockedReg() local
1171 DCHECK_NE(split, inactive); in AllocateBlockedReg()
1175 AddSorted(unhandled_, split); in AllocateBlockedReg()