Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp153 void convertCmovInstsToBranches(SmallVectorImpl<MachineInstr *> &Group) const;
207 convertCmovInstsToBranches(Group); in runOnMachineFunction()
263 convertCmovInstsToBranches(Group); in runOnMachineFunction()
629 void X86CmovConverterPass::convertCmovInstsToBranches( in convertCmovInstsToBranches() function in X86CmovConverterPass