Lines Matching defs:MergeCandidate
143 struct MergeCandidate {
163 SpecificBumpPtrAllocator<MergeCandidate> Allocator;
164 SmallVector<const MergeCandidate*,4> Candidates;
187 MachineInstr *MergeOpsUpdate(const MergeCandidate &Cand);
859 MachineInstr *ARMLoadStoreOpt::MergeOpsUpdate(const MergeCandidate &Cand) {
1103 MergeCandidate *Candidate = new(Allocator.Allocate()) MergeCandidate;
1986 auto LessThan = [](const MergeCandidate* M0, const MergeCandidate *M1) {
1993 for (const MergeCandidate *Candidate : Candidates) {