Searched refs:InstsToUpdate (Results 1 – 1 of 1) sorted by relevance
5342 SmallVector<std::pair<MachineInstr *, unsigned>, 4> InstsToUpdate; in optimizeCompareInstr() local5447 InstsToUpdate.push_back(std::make_pair(&Inst, NewOp)); in optimizeCompareInstr()5648 for (auto &Inst : InstsToUpdate) { in optimizeCompareInstr()