Lines Matching refs:RootSets
421 SmallVector<DAGRootSet,16> RootSets; member
923 RootSets.push_back(DRS); in findRootsBase()
929 RootSets.push_back(DRS); in findRootsBase()
937 assert(RootSets.empty() && "Unclean state!"); in findRoots()
952 if (RootSets.empty()) { in findRoots()
956 for (auto &V : RootSets) { in findRoots()
957 if (V.Roots.empty() || V.Roots.size() != RootSets[0].Roots.size()) { in findRoots()
966 for (auto &V : RootSets) { in findRoots()
989 Scale = RootSets[0].Roots.size() + 1; in findRoots()
1011 for (auto &DRS : RootSets) { in collectUsedInstructions()
1018 for (auto &DRS : RootSets) { in collectUsedInstructions()
1051 for (auto &DRS : RootSets) { in collectUsedInstructions()
1082 for (auto &DRS : RootSets) { in isBaseInst()
1090 for (auto &DRS : RootSets) { in isRootInst()
1356 for (auto &DRS : RootSets) { in validate()
1435 for (auto &DRS : RootSets) in replace()