Searched refs:USet (Results 1 – 2 of 2) sorted by relevance
83 using USet = std::set<unsigned>; typedef in __anoncd7569100111::HexagonSplitDoubleRegs84 using UUSetMap = std::map<unsigned, USet>;87 using LoopRegMap = std::map<const MachineLoop *, USet>;95 bool isProfitable(const USet &Part, LoopRegMap &IRM) const;97 void collectIndRegsForLoop(const MachineLoop *L, USet &Rs);111 bool splitPartition(const USet &Part);115 static void dump_partition(raw_ostream&, const USet&,131 const USet &Part, const TargetRegisterInfo &TRI) { in dump_partition()141 const USet &Rs = I.second; in isInduction()243 USet &Asc = AssocMap[R]; in partitionRegisters()[all …]
1784 UberRegSet *USet = &UberSets[USetID]; in computeUberSets() local1785 USet->Regs.push_back(&Reg); in computeUberSets()1786 RegSets[Idx] = USet; in computeUberSets()