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

References

include/llvm/Support/GenericDomTreeConstruction.h
 1265     if (!DT.Parent && !DT.Roots.empty()) {
 1265     if (!DT.Parent && !DT.Roots.empty()) {
 1272       if (DT.Roots.empty()) {
 1278       if (DT.getRoot() != GetEntryNode(DT)) {
 1278       if (DT.getRoot() != GetEntryNode(DT)) {
 1285     RootsT ComputedRoots = FindRoots(DT, nullptr);
 1286     if (!isPermutation(DT.Roots, ComputedRoots)) {
 1289       for (const NodePtr N : DT.Roots) errs() << BlockNamePrinter(N) << ", ";