Searched refs:UberSets (Results 1 – 1 of 1) sorted by relevance
1246 static void computeUberSets(std::vector<UberRegSet> &UberSets, in computeUberSets() argument1294 UberSets.resize(UberSetIDs.getNumClasses()); in computeUberSets()1303 UberRegSet *USet = &UberSets[USetID]; in computeUberSets()1310 static void computeUberWeights(std::vector<UberRegSet> &UberSets, in computeUberWeights() argument1313 for (std::vector<UberRegSet>::iterator I = llvm::next(UberSets.begin()), in computeUberWeights()1314 E = UberSets.end(); I != E; ++I) { in computeUberWeights()1337 dbgs() << "UberSet " << I - UberSets.begin() << " Weight " << MaxWeight; in computeUberWeights()1369 std::vector<UberRegSet> &UberSets, in normalizeWeight() argument1384 Changed |= normalizeWeight(SRI->second, UberSets, RegSets, in normalizeWeight()1391 computeUberWeights(UberSets, RegBank); in normalizeWeight()[all …]