Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86CmovConversion.cpp139 CmovGroups &CmovInstGroups,
149 CmovGroups &CmovInstGroups);
245 CmovGroups CmovInstGroups; in runOnMachineFunction() local
247 if (!collectCmovCandidates(CurrLoop->getBlocks(), CmovInstGroups)) in runOnMachineFunction()
251 CmovInstGroups)) in runOnMachineFunction()
255 for (auto &Group : CmovInstGroups) in runOnMachineFunction()
263 ArrayRef<MachineBasicBlock *> Blocks, CmovGroups &CmovInstGroups, in collectCmovCandidates() argument
350 CmovInstGroups.push_back(Group); in collectCmovCandidates()
361 CmovInstGroups.push_back(Group); in collectCmovCandidates()
366 NumOfCmovGroupCandidate += CmovInstGroups.size(); in collectCmovCandidates()
[all …]