Searched refs:UberSets (Results 1 – 1 of 1) sorted by relevance
1732 static void computeUberSets(std::vector<UberRegSet> &UberSets, in computeUberSets() argument1776 UberSets.resize(UberSetIDs.getNumClasses()); in computeUberSets()1784 UberRegSet *USet = &UberSets[USetID]; in computeUberSets()1791 static void computeUberWeights(MutableArrayRef<UberRegSet> UberSets, in computeUberWeights() argument1794 for (UberRegSet &S : UberSets.drop_front()) { in computeUberWeights()1813 dbgs() << "UberSet " << &S - UberSets.begin() << " Weight " in computeUberWeights()1841 std::vector<UberRegSet> &UberSets, in normalizeWeight() argument1857 Changed |= normalizeWeight(SRI.second, UberSets, RegSets, NormalRegs, in normalizeWeight()1864 computeUberWeights(UberSets, RegBank); in normalizeWeight()1886 computeUberWeights(UberSets, RegBank); in normalizeWeight()[all …]