Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64CollectLOH.cpp614 static void computeADRP(const InstrToInstrs &UseToDefs, in computeADRP() argument
618 for (const auto &Entry : UseToDefs) { in computeADRP()
696 const InstrToInstrs &UseToDefs, in isCandidate() argument
701 const MachineInstr *Def = *UseToDefs.find(Instr)->second.begin(); in isCandidate()
712 if (UseToDefs.find(Def) == in isCandidate()
713 UseToDefs.end() in isCandidate()
716 UseToDefs.find(Def)->second.empty()) in isCandidate()
719 Def = *UseToDefs.find(Def)->second.begin(); in isCandidate()
731 const InstrToInstrs &UseToDefs, in registerADRCandidate() argument
743 InstrToInstrs::const_iterator It = UseToDefs.find(&Use); in registerADRCandidate()
[all …]