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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3700 SmallVector<std::pair<MachineInstr*, X86::CondCode>, 4> OpsToUpdate; local
3769 // Push the MachineInstr to OpsToUpdate.
3772 OpsToUpdate.push_back(std::make_pair(&*I, ReplacementCC));
3819 // Modify the condition code of instructions in OpsToUpdate.
3820 for (auto &Op : OpsToUpdate) {

Completed in 103 milliseconds