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

References

include/llvm/XRay/Graph.h
  213       auto It = NL.find(A);
  216       return iterator(It->second.begin(), &M, A);
  220       auto It = NL.find(A);
  223       return const_iterator(It->second.begin(), &M, A);
  229       auto It = NL.find(A);
  232       return iterator(It->second.end(), &M, A);
  235       auto It = NL.find(A);
  238       return const_iterator(It->second.end(), &M, A);
  244       auto I = NL.find(A);
  251     bool empty() const { return NL.count(A) == 0; };