Lines Matching refs:RootSets
463 SmallVector<DAGRootSet,16> RootSets; member
978 RootSets.append(PotentialRootSets.begin(), PotentialRootSets.end()); in findRootsBase()
986 assert(RootSets.empty() && "Unclean state!"); in findRoots()
1000 if (RootSets.empty()) { in findRoots()
1004 for (auto &V : RootSets) { in findRoots()
1005 if (V.Roots.empty() || V.Roots.size() != RootSets[0].Roots.size()) { in findRoots()
1013 Scale = RootSets[0].Roots.size() + 1; in findRoots()
1036 for (auto &DRS : RootSets) { in collectUsedInstructions()
1043 for (auto &DRS : RootSets) { in collectUsedInstructions()
1076 for (auto &DRS : RootSets) { in collectUsedInstructions()
1112 for (auto &DRS : RootSets) { in isBaseInst()
1120 for (auto &DRS : RootSets) { in isRootInst()
1387 for (auto &DRS : RootSets) { in validate()
1451 for (auto &DRS : RootSets) { in replace()
1472 for (size_t i = 0, e = RootSets.size(); i != e; ++i) in replace()
1474 replaceIV(RootSets[i], StartExprs[i], IncrExprs[i]); in replace()