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

References

include/llvm/Support/GenericDomTreeConstruction.h
  223     if (NodeToInfo.count(V) != 0) NodeToInfo[V].Parent = AttachToNum;
  252         SuccInfo.Parent = LastNum;
  276     if (VInfo->Parent < LastLinked)
  283       VInfo = &NodeToInfo[NumToNode[VInfo->Parent]];
  284     } while (VInfo->Parent >= LastLinked);
  292       VInfo->Parent = PInfo->Parent;
  292       VInfo->Parent = PInfo->Parent;
  310       VInfo.IDom = NumToNode[VInfo.Parent];
  320       WInfo.Semi = WInfo.Parent;