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

References

include/llvm/Support/GenericDomTree.h
  261         DFSInfoValid(Arg.DFSInfoValid),
  271     DFSInfoValid = RHS.DFSInfoValid;
  271     DFSInfoValid = RHS.DFSInfoValid;
  422     if (DFSInfoValid)
  572     DFSInfoValid = false;
  586     DFSInfoValid = false;
  609     DFSInfoValid = false;
  625     DFSInfoValid = false;
  666     if (!DFSInfoValid)
  684     if (DFSInfoValid) {
  725     DFSInfoValid = true;
  765     DFSInfoValid = false;
include/llvm/Support/GenericDomTreeConstruction.h
  671     DT.DFSInfoValid = false;
  953       DT.DFSInfoValid = false;
 1372     if (!DT.DFSInfoValid || !DT.Parent)