Searched refs:UberSets (Results 1 – 1 of 1) sorted by relevance
1314 static void computeUberSets(std::vector<UberRegSet> &UberSets, in computeUberSets() argument1360 UberSets.resize(UberSetIDs.getNumClasses()); in computeUberSets()1369 UberRegSet *USet = &UberSets[USetID]; in computeUberSets()1376 static void computeUberWeights(std::vector<UberRegSet> &UberSets, in computeUberWeights() argument1379 for (std::vector<UberRegSet>::iterator I = std::next(UberSets.begin()), in computeUberWeights()1380 E = UberSets.end(); I != E; ++I) { in computeUberWeights()1403 dbgs() << "UberSet " << I - UberSets.begin() << " Weight " << MaxWeight; in computeUberWeights()1432 std::vector<UberRegSet> &UberSets, in normalizeWeight() argument1447 Changed |= normalizeWeight(SRI->second, UberSets, RegSets, in normalizeWeight()1454 computeUberWeights(UberSets, RegBank); in normalizeWeight()[all …]