Searched refs:collectCmovCandidates (Results 1 – 1 of 1) sorted by relevance
137 bool collectCmovCandidates(ArrayRef<MachineBasicBlock *> Blocks,196 if (collectCmovCandidates(Blocks, AllCmovGroups, /*IncludeLoads*/ true)) { in runOnMachineFunction()254 if (!collectCmovCandidates(CurrLoop->getBlocks(), CmovInstGroups)) in runOnMachineFunction()269 bool X86CmovConverterPass::collectCmovCandidates( in collectCmovCandidates() function in X86CmovConverterPass