Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp778 unsigned OldDebugInstrNum = MI.peekDebugInstrNum(); in convertCmovInstsToBranches() local
796 if (OldDebugInstrNum) in convertCmovInstsToBranches()
797 NewCMOV->setDebugInstrNum(OldDebugInstrNum); in convertCmovInstsToBranches()