LLVM 20.0.0git
|
#include "llvm/IR/CFG.h"
Public Types | |
using | NodeRef = const BasicBlock * |
using | ChildIteratorType = const_succ_iterator |
Static Public Member Functions | |
static NodeRef | getEntryNode (const BasicBlock *BB) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
static unsigned | getNumber (const BasicBlock *BB) |
using llvm::GraphTraits< const BasicBlock * >::ChildIteratorType = const_succ_iterator |
using llvm::GraphTraits< const BasicBlock * >::NodeRef = const BasicBlock * |
|
inlinestatic |
Definition at line 320 of file CFG.h.
References N, and llvm::succ_begin().
|
inlinestatic |
Definition at line 321 of file CFG.h.
References N, and llvm::succ_end().
|
inlinestatic |
|
inlinestatic |
Definition at line 323 of file CFG.h.
References llvm::BasicBlock::getNumber().