LLVM 20.0.0git
|
#include "llvm/IR/CFG.h"
Public Types | |
using | NodeRef = BasicBlock * |
using | ChildIteratorType = pred_iterator |
Static Public Member Functions | |
static NodeRef | getEntryNode (Inverse< BasicBlock * > G) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
static unsigned | getNumber (const BasicBlock *BB) |
using llvm::GraphTraits< Inverse< BasicBlock * > >::ChildIteratorType = pred_iterator |
using llvm::GraphTraits< Inverse< BasicBlock * > >::NodeRef = BasicBlock * |
|
inlinestatic |
Definition at line 339 of file CFG.h.
References N, and llvm::pred_begin().
|
inlinestatic |
Definition at line 340 of file CFG.h.
References N, and llvm::pred_end().
|
inlinestatic |
|
inlinestatic |
Definition at line 342 of file CFG.h.
References llvm::BasicBlock::getNumber().