Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Refs

1695   SmallVector<std::pair<MachineInstr*, int>,8> Refs;
1705 Refs.push_back(std::make_pair(UDMI, DI->second));
1708 if (Refs.empty())
1710 std::sort(Refs.begin(), Refs.end(), RefSorter());
1712 while (!Refs.empty()) {
1713 MachineInstr *LastUDMI = Refs.back().first;
1714 Refs.pop_back();