Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PrevMI

1319     const MachineInstr *PrevMI = PrevMIs[i];
1320 if (TII->produceSameValue(MI, PrevMI, (PreRegAlloc ? MRI : 0)))
1321 return PrevMI;