Searched refs:PrevMIs (Results 1 – 2 of 2) sorted by relevance
251 std::vector<const MachineInstr*> &PrevMIs);1162 std::vector<const MachineInstr*> &PrevMIs) { in LookForDuplicate() argument1163 for (unsigned i = 0, e = PrevMIs.size(); i != e; ++i) { in LookForDuplicate()1164 const MachineInstr *PrevMI = PrevMIs[i]; in LookForDuplicate()
223 std::vector<const MachineInstr *> &PrevMIs);1220 std::vector<const MachineInstr*> &PrevMIs) { in LookForDuplicate() argument1221 for (const MachineInstr *PrevMI : PrevMIs) in LookForDuplicate()