Lines Matching defs:MergeCandidate
145 struct MergeCandidate {
165 SpecificBumpPtrAllocator<MergeCandidate> Allocator;
166 SmallVector<const MergeCandidate*,4> Candidates;
189 MachineInstr *MergeOpsUpdate(const MergeCandidate &Cand);
861 MachineInstr *ARMLoadStoreOpt::MergeOpsUpdate(const MergeCandidate &Cand) {
1105 MergeCandidate *Candidate = new(Allocator.Allocate()) MergeCandidate;
1988 auto LessThan = [](const MergeCandidate* M0, const MergeCandidate *M1) {
1995 for (const MergeCandidate *Candidate : Candidates) {