Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86CmovConversion.cpp732 auto FRIt = FalseBBRegRewriteTable.find(FalseReg); in convertCmovInstsToBranches() local
733 if (FRIt == FalseBBRegRewriteTable.end()) in convertCmovInstsToBranches()
735 FalseReg = FRIt->second; in convertCmovInstsToBranches()