Home | History | Annotate | Download | only in CodeGen

Lines Matching full:otherdefs

1085     SmallVector<unsigned, 2> OtherDefs;
1105 OtherDefs.push_back(MOReg);
1109 for (unsigned i = 0, e = OtherDefs.size(); i != e; ++i) {
1110 unsigned MOReg = OtherDefs[i];