Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp3151 MachineBasicBlock::iterator LastCopy = Start; in applyMappingImpl() local
3177 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()