Home
last modified time | relevance | path

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

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