Searched refs:LastCopy (Results 1 – 1 of 1) sorted by relevance
3326 MachineBasicBlock::iterator LastCopy = Start; in applyMappingImpl() local3352 LastCopy = Start; in applyMappingImpl()3361 MBB->splice(LastCopy, MBB, NonCopy->getIterator()); in applyMappingImpl()3363 Start = LastCopy; in applyMappingImpl()3369 LastCopy = End; in applyMappingImpl()3382 LastCopy = End; in applyMappingImpl()3390 End = LastCopy; in applyMappingImpl()3391 ++LastCopy; in applyMappingImpl()3393 MBB->splice(LastCopy, MBB, NonCopy->getIterator()); in applyMappingImpl()