Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp93 using LoopRegMap = std::map<const MachineLoop *, USet>; typedef in __anoncd7569100111::HexagonSplitDoubleRegs
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()
419 bool HexagonSplitDoubleRegs::isProfitable(const USet &Part, LoopRegMap &IRM) in isProfitable()
570 void HexagonSplitDoubleRegs::collectIndRegs(LoopRegMap &IRM) { in collectIndRegs()
1197 LoopRegMap IRM; in runOnMachineFunction()