Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp417 SmallPtrSet<MachineInstr *, 4> CmovInstructions; in checkForProfitableCmovCandidates() local
419 CmovInstructions.insert(Group.begin(), Group.end()); in checkForProfitableCmovCandidates()
454 bool IsCMOV = CmovInstructions.count(&MI); in checkForProfitableCmovCandidates()