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

#include "llvm/IR/CFG.h"

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

Static Public Member Functions

static NodeRef getEntryNode (Inverse< Function *> G)
 

Additional Inherited Members

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

Detailed Description

template<>
struct llvm::GraphTraits< Inverse< Function * > >

Definition at line 392 of file CFG.h.

Member Function Documentation

◆ getEntryNode()

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

Definition at line 394 of file CFG.h.

References llvm::Inverse< GraphType >::Graph.


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