Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp850 auto Op2Itr = RegRewriteTable.find(Op2Reg); in convertCmovInstsToBranches() local
851 if (Op2Itr != RegRewriteTable.end()) in convertCmovInstsToBranches()
852 Op2Reg = Op2Itr->second.second; in convertCmovInstsToBranches()