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

References

include/llvm/ADT/GraphTraits.h
  135 children_edges(const typename GraphTraits<GraphType>::NodeRef &G) {
include/llvm/ADT/SCCIterator.h
   44                          const std::vector<typename GT::NodeRef>, ptrdiff_t> {
   45   using NodeRef = typename GT::NodeRef;
include/llvm/Analysis/SyntheticCountsUtils.h
   34   using NodeRef = typename CGT::NodeRef;
include/llvm/IR/ModuleSummaryIndex.h
 1366   static NodeRef valueInfoFromEdge(FunctionSummary::EdgeTy &P) {
 1375   static NodeRef getEntryNode(ValueInfo V) { return V; }
 1377   static ChildIteratorType child_begin(NodeRef N) {
 1387   static ChildIteratorType child_end(NodeRef N) {
 1397   static ChildEdgeIteratorType child_edge_begin(NodeRef N) {
 1406   static ChildEdgeIteratorType child_edge_end(NodeRef N) {
 1415   static NodeRef edge_dest(EdgeRef E) { return E.first; }
 1420   static NodeRef getEntryNode(ModuleSummaryIndex *I) {