Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp458 SmallVector<DAGRootSet,16> RootSets; member
995 if (RootSets.empty()) { in findRoots()
999 for (auto &V : RootSets) { in findRoots()
1008 Scale = RootSets[0].Roots.size() + 1; in findRoots()
1031 for (auto &DRS : RootSets) { in collectUsedInstructions()
1038 for (auto &DRS : RootSets) { in collectUsedInstructions()
1071 for (auto &DRS : RootSets) { in collectUsedInstructions()
1107 for (auto &DRS : RootSets) { in isBaseInst()
1115 for (auto &DRS : RootSets) { in isRootInst()
1382 for (auto &DRS : RootSets) { in validate()
[all …]