Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86CmovConversion.cpp132 CmovGroups &CmovInstGroups,
142 CmovGroups &CmovInstGroups);
238 CmovGroups CmovInstGroups; in runOnMachineFunction() local
240 if (!collectCmovCandidates(CurrLoop->getBlocks(), CmovInstGroups)) in runOnMachineFunction()
244 CmovInstGroups)) in runOnMachineFunction()
248 for (auto &Group : CmovInstGroups) in runOnMachineFunction()
256 ArrayRef<MachineBasicBlock *> Blocks, CmovGroups &CmovInstGroups, in collectCmovCandidates() argument
344 CmovInstGroups.push_back(Group); in collectCmovCandidates()
355 CmovInstGroups.push_back(Group); in collectCmovCandidates()
360 NumOfCmovGroupCandidate += CmovInstGroups.size(); in collectCmovCandidates()
[all …]