Searched refs:LastCopy (Results 1 – 1 of 1) sorted by relevance
3173 MachineBasicBlock::iterator LastCopy = Start; in applyMappingImpl() local3199 LastCopy = Start; in applyMappingImpl()3208 MBB->splice(LastCopy, MBB, NonCopy->getIterator()); in applyMappingImpl()3210 Start = LastCopy; in applyMappingImpl()3216 LastCopy = End; in applyMappingImpl()3229 LastCopy = End; in applyMappingImpl()3237 End = LastCopy; in applyMappingImpl()3238 ++LastCopy; in applyMappingImpl()3240 MBB->splice(LastCopy, MBB, NonCopy->getIterator()); in applyMappingImpl()