Searched refs:LastCopy (Results 1 – 1 of 1) sorted by relevance
3402 MachineBasicBlock::iterator LastCopy = Start; in applyMappingImpl() local3428 LastCopy = Start; in applyMappingImpl()3437 MBB->splice(LastCopy, MBB, NonCopy->getIterator()); in applyMappingImpl()3439 Start = LastCopy; in applyMappingImpl()3445 LastCopy = End; in applyMappingImpl()3458 LastCopy = End; in applyMappingImpl()3466 End = LastCopy; in applyMappingImpl()3467 ++LastCopy; in applyMappingImpl()3469 MBB->splice(LastCopy, MBB, NonCopy->getIterator()); in applyMappingImpl()