Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp453 SmallVector<DAGRootSet,16> RootSets; member
973 if (RootSets.empty()) { in findRoots()
977 for (auto &V : RootSets) { in findRoots()
986 Scale = RootSets[0].Roots.size() + 1; in findRoots()
1009 for (auto &DRS : RootSets) { in collectUsedInstructions()
1016 for (auto &DRS : RootSets) { in collectUsedInstructions()
1049 for (auto &DRS : RootSets) { in collectUsedInstructions()
1079 for (auto &DRS : RootSets) { in isBaseInst()
1087 for (auto &DRS : RootSets) { in isRootInst()
1354 for (auto &DRS : RootSets) { in validate()
[all …]