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