Searched refs:OtherDefs (Results 1 – 1 of 1) sorted by relevance
987 SmallVector<Register, 2> OtherDefs; in rescheduleKillAboveMI() local1007 OtherDefs.push_back(MOReg); in rescheduleKillAboveMI()1011 for (unsigned i = 0, e = OtherDefs.size(); i != e; ++i) { in rescheduleKillAboveMI()1012 Register MOReg = OtherDefs[i]; in rescheduleKillAboveMI()