Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:UI

268       MachineRegisterInfo::use_iterator UI = MRI->use_begin(VReg);
269 while (UI != MRI->use_end()) {
270 MachineOperand &UseMO = *UI;
272 ++UI;