Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp146 bool checkForProfitableCmovCandidates(ArrayRef<MachineBasicBlock *> Blocks,
252 if (!checkForProfitableCmovCandidates(CurrLoop->getBlocks(), in runOnMachineFunction()
386 bool X86CmovConverterPass::checkForProfitableCmovCandidates( in checkForProfitableCmovCandidates() function in X86CmovConverterPass