Searched refs:UberSets (Results 1 – 1 of 1) sorted by relevance
1253 static void computeUberSets(std::vector<UberRegSet> &UberSets, in computeUberSets() argument1301 UberSets.resize(UberSetIDs.getNumClasses()); in computeUberSets()1310 UberRegSet *USet = &UberSets[USetID]; in computeUberSets()1317 static void computeUberWeights(std::vector<UberRegSet> &UberSets, in computeUberWeights() argument1320 for (std::vector<UberRegSet>::iterator I = llvm::next(UberSets.begin()), in computeUberWeights()1321 E = UberSets.end(); I != E; ++I) { in computeUberWeights()1367 std::vector<UberRegSet> &UberSets, in normalizeWeight() argument1382 Changed |= normalizeWeight(SRI->second, UberSets, RegSets, in normalizeWeight()1389 computeUberWeights(UberSets, RegBank); in normalizeWeight()1412 computeUberWeights(UberSets, RegBank); in normalizeWeight()[all …]