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

References

include/llvm/Support/GenericDomTreeConstruction.h
  230       if (BBInfo.DFSNum != 0) continue;
  231       BBInfo.DFSNum = BBInfo.Semi = ++LastNum;
  241         if (SIT != NodeToInfo.end() && SIT->second.DFSNum != 0) {
  342       const unsigned SDomNum = NodeToInfo[NumToNode[WInfo.Semi]].DFSNum;
  344       while (NodeToInfo[WIDomCandidate].DFSNum > SDomNum)
  361     BBInfo.DFSNum = BBInfo.Semi = 1;