LLVM 18.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) |
using llvm::GraphTraits< Inverse< BasicBlock * > >::ChildIteratorType = pred_iterator |
using llvm::GraphTraits< Inverse< BasicBlock * > >::NodeRef = BasicBlock * |
|
inlinestatic |
Definition at line 329 of file CFG.h.
References N, and llvm::pred_begin().
|
inlinestatic |
Definition at line 330 of file CFG.h.
References N, and llvm::pred_end().
|
inlinestatic |