Searched refs:OpsToUpdate (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp5192 SmallVector<std::pair<MachineInstr*, unsigned /*NewOpc*/>, 4> OpsToUpdate; local
5269 // Push the MachineInstr to OpsToUpdate.
5272 OpsToUpdate.push_back(std::make_pair(&*I, NewOpc));
5326 // Modify the condition code of instructions in OpsToUpdate.
5327 for (auto &Op : OpsToUpdate)

Completed in 130 milliseconds