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.cpp3326 MachineBasicBlock::iterator LastCopy = Start; in applyMappingImpl() local
3352 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()