Searched refs:MergeCandidate (Results 1 – 2 of 2) sorted by relevance
142 struct MergeCandidate { struct162 SpecificBumpPtrAllocator<MergeCandidate> Allocator;163 SmallVector<const MergeCandidate*,4> Candidates;184 MachineInstr *MergeOpsUpdate(const MergeCandidate &Cand);845 MachineInstr *ARMLoadStoreOpt::MergeOpsUpdate(const MergeCandidate &Cand) { in MergeOpsUpdate()1074 MergeCandidate *Candidate = new(Allocator.Allocate()) MergeCandidate; in FormCandidates()1834 auto LessThan = [](const MergeCandidate* M0, const MergeCandidate *M1) { in LoadStoreMultipleOpti()1841 for (const MergeCandidate *Candidate : Candidates) { in LoadStoreMultipleOpti()
125 struct MergeCandidate { struct140 SpecificBumpPtrAllocator<MergeCandidate> Allocator;141 SmallVector<const MergeCandidate*,4> Candidates;162 MachineInstr *MergeOpsUpdate(const MergeCandidate &Cand);814 MachineInstr *ARMLoadStoreOpt::MergeOpsUpdate(const MergeCandidate &Cand) { in MergeOpsUpdate()1040 MergeCandidate *Candidate = new(Allocator.Allocate()) MergeCandidate; in FormCandidates()1804 auto LessThan = [](const MergeCandidate* M0, const MergeCandidate *M1) { in LoadStoreMultipleOpti()1811 for (const MergeCandidate *Candidate : Candidates) { in LoadStoreMultipleOpti()