Lines Matching refs:split
403 LiveInterval* split = SplitBetween(current, current->GetStart(), first_register_use - 1); in ProcessInstruction() local
406 AddSorted(&unhandled, split); in ProcessInstruction()
850 LiveInterval* split = SplitBetween(current, current->GetStart(), free_until[reg]); in TryAllocateFreeReg() local
851 DCHECK(split != nullptr); in TryAllocateFreeReg()
852 AddSorted(unhandled_, split); in TryAllocateFreeReg()
974 LiveInterval* split = Split(active, position); in TrySplitNonPairOrUnalignedPairIntervalAt() local
975 if (split != active) { in TrySplitNonPairOrUnalignedPairIntervalAt()
979 AddSorted(unhandled_, split); in TrySplitNonPairOrUnalignedPairIntervalAt()
1105 LiveInterval* split = SplitBetween(current, current->GetStart(), first_register_use - 1); in AllocateBlockedReg() local
1106 DCHECK(current != split); in AllocateBlockedReg()
1107 AddSorted(unhandled_, split); in AllocateBlockedReg()
1119 LiveInterval* split = Split(active, current->GetStart()); in AllocateBlockedReg() local
1120 if (split != active) { in AllocateBlockedReg()
1124 AddSorted(unhandled_, split); in AllocateBlockedReg()
1144 LiveInterval* split = Split(current, next_intersection); in AllocateBlockedReg() local
1145 DCHECK_NE(split, current); in AllocateBlockedReg()
1146 AddSorted(unhandled_, split); in AllocateBlockedReg()
1150 LiveInterval* split = Split(inactive, current->GetStart()); in AllocateBlockedReg() local
1152 DCHECK_NE(split, inactive); in AllocateBlockedReg()
1156 AddSorted(unhandled_, split); in AllocateBlockedReg()