Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64CollectLOH.cpp783 SetOfMachineInstr PotentialCandidates; in computeOthers() local
796 PotentialCandidates.insert(Use.first); in computeOthers()
817 for (const MachineInstr *Candidate : PotentialCandidates) { in computeOthers()
835 if (!PotentialCandidates.count(MI)) { in computeOthers()
863 DefsOfPotentialCandidates = PotentialCandidates; in computeOthers()
864 for (const MachineInstr *Candidate : PotentialCandidates) { in computeOthers()