Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp73 typedef std::map<const MachineLoop*,USet> LoopRegMap; typedef in __anon50e8d8320111::HexagonSplitDoubleRegs
75 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()
388 bool HexagonSplitDoubleRegs::isProfitable(const USet &Part, LoopRegMap &IRM) in isProfitable()
539 void HexagonSplitDoubleRegs::collectIndRegs(LoopRegMap &IRM) { in collectIndRegs()
1174 LoopRegMap IRM; in runOnMachineFunction()