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