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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1137 auto InsPos = CopyLeftBB->getFirstTerminator(); local
1142 if (InsPos != CopyLeftBB->end()) {
1143 SlotIndex InsPosIdx = LIS->getInstructionIndex(*InsPos).getRegSlot(true);
1152 MachineInstr *NewCopyMI = BuildMI(*CopyLeftBB, InsPos, CopyMI.getDebugLoc(),

Completed in 125 milliseconds