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

References

include/llvm/ADT/SCCIterator.h
   46   using ChildItTy = typename GT::ChildIteratorType;
lib/Transforms/IPO/FunctionAttrs.cpp
  426   static ChildIteratorType child_begin(NodeRef N) { return N->Uses.begin(); }
  427   static ChildIteratorType child_end(NodeRef N) { return N->Uses.end(); }
  434   static ChildIteratorType nodes_begin(ArgumentGraph *AG) {
  438   static ChildIteratorType nodes_end(ArgumentGraph *AG) { return AG->end(); }