Home
last modified time | relevance | path

Searched refs:LastCopy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp3402 MachineBasicBlock::iterator LastCopy = Start; in applyMappingImpl() local
3428 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()