Searched refs:LoopRegMap (Results 1 – 1 of 1) sorted by relevance
87 using LoopRegMap = std::map<const MachineLoop *, USet>; typedef in __anoncd7569100111::HexagonSplitDoubleRegs89 bool isInduction(unsigned Reg, LoopRegMap &IRM) const;95 bool isProfitable(const USet &Part, LoopRegMap &IRM) const;98 void collectIndRegs(LoopRegMap &IRM);139 bool HexagonSplitDoubleRegs::isInduction(unsigned Reg, LoopRegMap &IRM) const { in isInduction()413 bool HexagonSplitDoubleRegs::isProfitable(const USet &Part, LoopRegMap &IRM) in isProfitable()564 void HexagonSplitDoubleRegs::collectIndRegs(LoopRegMap &IRM) { in collectIndRegs()1191 LoopRegMap IRM; in runOnMachineFunction()