Home
last modified time | relevance | path

Searched refs:Op1Itr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp846 auto Op1Itr = RegRewriteTable.find(Op1Reg); in convertCmovInstsToBranches() local
847 if (Op1Itr != RegRewriteTable.end()) in convertCmovInstsToBranches()
848 Op1Reg = Op1Itr->second.first; in convertCmovInstsToBranches()