Home | History | Annotate | Download | only in GlobalISel

Lines Matching defs:InstList

86   GISelWorkList<256> InstList;
103 InstList.insert(&MI);
114 InstList.insert(MI);
120 auto RemoveDeadInstFromLists = [&InstList,
122 InstList.remove(DeadMI);
127 while (!InstList.empty()) {
128 MachineInstr &MI = *InstList.pop_back_val();
168 // need special handling. Add it to InstList, so when it's processed
171 InstList.insert(&MI);
173 } while (!InstList.empty());