Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:UseSlots

54   UseSlots.clear();
123 assert(UseSlots.empty() && "Call clear first");
130 UseSlots.push_back((*I)->def);
138 UseSlots.push_back(LIS.getInstructionIndex(&*I).getRegSlot());
140 array_pod_sort(UseSlots.begin(), UseSlots.end());
144 UseSlots.erase(std::unique(UseSlots.begin(), UseSlots.end(),
146 UseSlots.end());
165 << UseSlots.size() << " instrs in "
182 UseI = UseSlots.begin();
183 UseE = UseSlots.end();