Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp75 bool isInduction(unsigned Reg, LoopRegMap &IRM) const;
80 bool isProfitable(const USet &Part, LoopRegMap &IRM) const;
83 void collectIndRegs(LoopRegMap &IRM);
133 bool HexagonSplitDoubleRegs::isInduction(unsigned Reg, LoopRegMap &IRM) const { in isInduction()
134 for (auto I : IRM) { in isInduction()
388 bool HexagonSplitDoubleRegs::isProfitable(const USet &Part, LoopRegMap &IRM) in isProfitable()
400 if (isInduction(DR, IRM)) in isProfitable()
539 void HexagonSplitDoubleRegs::collectIndRegs(LoopRegMap &IRM) { in collectIndRegs() argument
556 IRM.insert(std::make_pair(L, Rs)); in collectIndRegs()
1174 LoopRegMap IRM; in runOnMachineFunction() local
[all …]