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.cpp145 struct MergeCandidate { struct
165 SpecificBumpPtrAllocator<MergeCandidate> Allocator;
166 SmallVector<const MergeCandidate*,4> Candidates;
189 MachineInstr *MergeOpsUpdate(const MergeCandidate &Cand);
861 MachineInstr *ARMLoadStoreOpt::MergeOpsUpdate(const MergeCandidate &Cand) { in MergeOpsUpdate()
1105 MergeCandidate *Candidate = new(Allocator.Allocate()) MergeCandidate; in FormCandidates()
1988 auto LessThan = [](const MergeCandidate* M0, const MergeCandidate *M1) { in LoadStoreMultipleOpti()
1995 for (const MergeCandidate *Candidate : Candidates) { in LoadStoreMultipleOpti()