Searched refs:UberSets (Results 1 – 1 of 1) sorted by relevance
1311 static void computeUberSets(std::vector<UberRegSet> &UberSets, in computeUberSets() argument1356 UberSets.resize(UberSetIDs.getNumClasses()); in computeUberSets()1365 UberRegSet *USet = &UberSets[USetID]; in computeUberSets()1373 static void computeUberWeights(std::vector<UberRegSet> &UberSets, in computeUberWeights() argument1376 for (std::vector<UberRegSet>::iterator I = std::next(UberSets.begin()), in computeUberWeights()1377 E = UberSets.end(); I != E; ++I) { in computeUberWeights()1400 dbgs() << "UberSet " << I - UberSets.begin() << " Weight " << MaxWeight; in computeUberWeights()1428 std::vector<UberRegSet> &UberSets, in normalizeWeight() argument1444 Changed |= normalizeWeight(SRI->second, UberSets, RegSets, in normalizeWeight()1451 computeUberWeights(UberSets, RegBank); in normalizeWeight()[all …]