Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1160 auto InsPos = CopyLeftBB->getFirstTerminator(); in removePartialRedundancy() local
1165 if (InsPos != CopyLeftBB->end()) { in removePartialRedundancy()
1166 SlotIndex InsPosIdx = LIS->getInstructionIndex(*InsPos).getRegSlot(true); in removePartialRedundancy()
1175 MachineInstr *NewCopyMI = BuildMI(*CopyLeftBB, InsPos, CopyMI.getDebugLoc(), in removePartialRedundancy()