LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::GraphTraits< Inverse< Function * > > Struct Reference

#include "llvm/IR/CFG.h"

Inheritance diagram for llvm::GraphTraits< Inverse< Function * > >:
Inheritance graph
[legend]

Static Public Member Functions

static NodeRef getEntryNode (Inverse< Function * > G)
 
- Static Public Member Functions inherited from llvm::GraphTraits< Inverse< BasicBlock * > >
static NodeRef getEntryNode (Inverse< BasicBlock * > G)
 
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 

Additional Inherited Members

- Public Types inherited from llvm::GraphTraits< Inverse< BasicBlock * > >
using NodeRef = BasicBlock *
 
using ChildIteratorType = pred_iterator
 

Detailed Description

Definition at line 389 of file CFG.h.

Member Function Documentation

◆ getEntryNode()

static NodeRef llvm::GraphTraits< Inverse< Function * > >::getEntryNode ( Inverse< Function * >  G)
inlinestatic

Definition at line 391 of file CFG.h.

References G.


The documentation for this struct was generated from the following file: