Lines Matching full:roots
63 std::vector<change_ty> Roots;
190 // Compute the roots.
193 Roots.push_back(Change);
196 std::vector<change_ty> Worklist(Roots.begin(), Roots.end());
242 llvm::errs() << "Roots: [";
243 for (std::vector<change_ty>::const_iterator it = Roots.begin(),
244 ie = Roots.end();
246 if (it != Roots.begin())
301 // The current set of changes we are minimizing, starting at the roots.
302 changeset_ty CurrentSet(Roots.begin(), Roots.end());