LLVM 20.0.0git
|
#include "llvm/IR/CFG.h"
Static Public Member Functions | |
static NodeRef | getEntryNode (Inverse< Function * > G) |
static unsigned | getMaxNumber (const Function *F) |
static unsigned | getNumberEpoch (const Function *F) |
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) |
static unsigned | getNumber (const BasicBlock *BB) |
Additional Inherited Members | |
Public Types inherited from llvm::GraphTraits< Inverse< BasicBlock * > > | |
using | NodeRef = BasicBlock * |
using | ChildIteratorType = pred_iterator |