Home
last modified time | relevance | path

Searched refs:RootSets (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp463 SmallVector<DAGRootSet,16> RootSets; member
976 RootSets.append(PotentialRootSets.begin(), PotentialRootSets.end()); in findRootsBase()
984 assert(RootSets.empty() && "Unclean state!"); in findRoots()
998 if (RootSets.empty()) { in findRoots()
1002 for (auto &V : RootSets) { in findRoots()
1003 if (V.Roots.empty() || V.Roots.size() != RootSets[0].Roots.size()) { in findRoots()
1011 Scale = RootSets[0].Roots.size() + 1; in findRoots()
1034 for (auto &DRS : RootSets) { in collectUsedInstructions()
1041 for (auto &DRS : RootSets) { in collectUsedInstructions()
1074 for (auto &DRS : RootSets) { in collectUsedInstructions()
[all …]