Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp142 struct MergeCandidate { struct
162 SpecificBumpPtrAllocator<MergeCandidate> Allocator;
163 SmallVector<const MergeCandidate*,4> Candidates;
186 MachineInstr *MergeOpsUpdate(const MergeCandidate &Cand);
858 MachineInstr *ARMLoadStoreOpt::MergeOpsUpdate(const MergeCandidate &Cand) { in MergeOpsUpdate()
1102 MergeCandidate *Candidate = new(Allocator.Allocate()) MergeCandidate; in FormCandidates()
1985 auto LessThan = [](const MergeCandidate* M0, const MergeCandidate *M1) { in LoadStoreMultipleOpti()
1992 for (const MergeCandidate *Candidate : Candidates) { in LoadStoreMultipleOpti()