Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp147 bool checkForProfitableCmovCandidates(ArrayRef<MachineBasicBlock *> Blocks,
257 if (!checkForProfitableCmovCandidates(CurrLoop->getBlocks(), in runOnMachineFunction()
395 bool X86CmovConverterPass::checkForProfitableCmovCandidates( in checkForProfitableCmovCandidates() function in X86CmovConverterPass