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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1361 unsigned LastCopiedReg = 0; local
1384 LastCopiedReg = RegA;
1463 // Replace other (un-tied) uses of regB with LastCopiedReg.
1471 MO.setReg(LastCopiedReg);

Completed in 267 milliseconds