Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp138 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()
[all …]