LLVM 18.0.0git
|
#include "llvm/IR/CFG.h"
Static Public Member Functions | |
static NodeRef | getEntryNode (Inverse< Function * > G) |
![]() | |
static NodeRef | getEntryNode (Inverse< BasicBlock * > G) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
Additional Inherited Members | |
![]() | |
using | NodeRef = BasicBlock * |
using | ChildIteratorType = pred_iterator |