Searched refs:UseToDefs (Results 1 – 1 of 1) sorted by relevance
614 static void computeADRP(const InstrToInstrs &UseToDefs, in computeADRP() argument618 for (const auto &Entry : UseToDefs) { in computeADRP()696 const InstrToInstrs &UseToDefs, in isCandidate() argument701 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() argument743 InstrToInstrs::const_iterator It = UseToDefs.find(&Use); in registerADRCandidate()[all …]