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

References

include/llvm/Support/GenericDomTree.h
  838     while ((IDom = B->getIDom()) != nullptr && IDom->getLevel() >= ALevel)
  838     while ((IDom = B->getIDom()) != nullptr && IDom->getLevel() >= ALevel)
  839       B = IDom;  // Walk up the tree