HomeSort by: relevance | last modified time | path
    Searched refs:USet (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonSplitDouble.cpp 89 using USet = std::set<unsigned>;
90 using UUSetMap = std::map<unsigned, USet>;
93 using LoopRegMap = std::map<const MachineLoop *, USet>;
101 bool isProfitable(const USet &Part, LoopRegMap &IRM) const;
103 void collectIndRegsForLoop(const MachineLoop *L, USet &Rs);
117 bool splitPartition(const USet &Part);
121 static void dump_partition(raw_ostream&, const USet&,
137 const USet &Part, const TargetRegisterInfo &TRI) {
147 const USet &Rs = I.second;
249 USet &Asc = AssocMap[R]
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenRegisters.cpp 1646 UberRegSet *USet = &UberSets[USetID];
1647 USet->Regs.push_back(&Reg);
1648 sortAndUniqueRegisters(USet->Regs);
1649 RegSets[i++] = USet;

Completed in 20 milliseconds