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

#include "llvm/CodeGen/MachineFunction.h"

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

Static Public Member Functions

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

Additional Inherited Members

- Public Types inherited from llvm::GraphTraits< Inverse< const MachineBasicBlock * > >
using NodeRef = const MachineBasicBlock *
 
using ChildIteratorType = MachineBasicBlock::const_pred_iterator
 

Detailed Description

Definition at line 1442 of file MachineFunction.h.

Member Function Documentation

◆ getEntryNode()

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

Definition at line 1444 of file MachineFunction.h.

References G.


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