Searched refs:LastCopy (Results 1 – 1 of 1) sorted by relevance
3151 MachineBasicBlock::iterator LastCopy = Start; in applyMappingImpl() local3177 LastCopy = Start; in applyMappingImpl()3186 MBB->splice(LastCopy, MBB, NonCopy->getIterator()); in applyMappingImpl()3188 Start = LastCopy; in applyMappingImpl()3194 LastCopy = End; in applyMappingImpl()3207 LastCopy = End; in applyMappingImpl()3215 End = LastCopy; in applyMappingImpl()3216 ++LastCopy; in applyMappingImpl()3218 MBB->splice(LastCopy, MBB, NonCopy->getIterator()); in applyMappingImpl()