Searched refs:IRM (Results 1 – 1 of 1) sorted by relevance
95 bool isInduction(unsigned Reg, LoopRegMap &IRM) const;101 bool isProfitable(const USet &Part, LoopRegMap &IRM) const;104 void collectIndRegs(LoopRegMap &IRM);145 bool HexagonSplitDoubleRegs::isInduction(unsigned Reg, LoopRegMap &IRM) const { in isInduction()146 for (auto I : IRM) { in isInduction()420 bool HexagonSplitDoubleRegs::isProfitable(const USet &Part, LoopRegMap &IRM) in isProfitable()432 if (isInduction(DR, IRM)) in isProfitable()571 void HexagonSplitDoubleRegs::collectIndRegs(LoopRegMap &IRM) { in collectIndRegs() argument585 IRM.insert(std::make_pair(L, Rs)); in collectIndRegs()1198 LoopRegMap IRM; in runOnMachineFunction() local[all …]