Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64CollectLOH.cpp791 SetOfMachineInstr PotentialCandidates; in computeOthers() local
804 PotentialCandidates.insert(Use.first); in computeOthers()
825 for (const MachineInstr *Candidate : PotentialCandidates) { in computeOthers()
843 if (!PotentialCandidates.count(MI)) { in computeOthers()
871 DefsOfPotentialCandidates = PotentialCandidates; in computeOthers()
872 for (const MachineInstr *Candidate : PotentialCandidates) { in computeOthers()