Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86CmovConversion.cpp404 SmallPtrSet<MachineInstr *, 4> CmovInstructions; in checkForProfitableCmovCandidates() local
406 CmovInstructions.insert(Group.begin(), Group.end()); in checkForProfitableCmovCandidates()
442 bool IsCMOV = CmovInstructions.count(&MI); in checkForProfitableCmovCandidates()