Lines Matching refs:CmovInstGroups
138 CmovGroups &CmovInstGroups,
148 CmovGroups &CmovInstGroups);
252 CmovGroups CmovInstGroups; in runOnMachineFunction() local
254 if (!collectCmovCandidates(CurrLoop->getBlocks(), CmovInstGroups)) in runOnMachineFunction()
258 CmovInstGroups)) in runOnMachineFunction()
262 for (auto &Group : CmovInstGroups) in runOnMachineFunction()
270 ArrayRef<MachineBasicBlock *> Blocks, CmovGroups &CmovInstGroups, in collectCmovCandidates() argument
362 CmovInstGroups.push_back(Group); in collectCmovCandidates()
373 CmovInstGroups.push_back(Group); in collectCmovCandidates()
378 NumOfCmovGroupCandidate += CmovInstGroups.size(); in collectCmovCandidates()
379 return !CmovInstGroups.empty(); in collectCmovCandidates()
396 ArrayRef<MachineBasicBlock *> Blocks, CmovGroups &CmovInstGroups) { in checkForProfitableCmovCandidates() argument
418 for (auto &Group : CmovInstGroups) in checkForProfitableCmovCandidates()
550 std::swap(TempGroups, CmovInstGroups); in checkForProfitableCmovCandidates()
578 CmovInstGroups.push_back(Group); in checkForProfitableCmovCandidates()
581 return !CmovInstGroups.empty(); in checkForProfitableCmovCandidates()