Home
last modified time | relevance | path

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

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