Searched refs:LoopRegMap (Results 1 – 1 of 1) sorted by relevance
94 using LoopRegMap = std::map<const MachineLoop *, USet>; typedef in __anon1ac261d50111::HexagonSplitDoubleRegs96 bool isInduction(unsigned Reg, LoopRegMap &IRM) const;102 bool isProfitable(const USet &Part, LoopRegMap &IRM) const;105 void collectIndRegs(LoopRegMap &IRM);146 bool HexagonSplitDoubleRegs::isInduction(unsigned Reg, LoopRegMap &IRM) const { in isInduction()422 bool HexagonSplitDoubleRegs::isProfitable(const USet &Part, LoopRegMap &IRM) in isProfitable()573 void HexagonSplitDoubleRegs::collectIndRegs(LoopRegMap &IRM) { in collectIndRegs()1203 LoopRegMap IRM; in runOnMachineFunction()