Searched refs:OpsToUpdate (Results 1 – 1 of 1) sorted by relevance
4421 SmallVector<std::pair<MachineInstr*, unsigned /*NewOpc*/>, 4> OpsToUpdate; in optimizeCompareInstr() local4501 OpsToUpdate.push_back(std::make_pair(&*I, NewOpc)); in optimizeCompareInstr()4557 for (unsigned i = 0, e = OpsToUpdate.size(); i < e; i++) in optimizeCompareInstr()4558 OpsToUpdate[i].first->setDesc(get(OpsToUpdate[i].second)); in optimizeCompareInstr()