reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/GenericDomTreeConstruction.h
  517     for (unsigned i = 0; i < Roots.size(); ++i) {
  518       auto &Root = Roots[i];
  533         if (llvm::find(Roots, N) != Roots.end()) {
  533         if (llvm::find(Roots, N) != Roots.end()) {
  537           std::swap(Root, Roots.back());
  538           Roots.pop_back();