LLVM API Documentation
#include <BasicBlock.h>
Inheritance diagram for llvm::ilist_traits< Instruction >:
Static Public Member Functions | |
static Instruction * | createSentinel () |
static void | destroySentinel (Instruction *I) |
static iplist< Instruction > & | getList (BasicBlock *BB) |
Definition at line 41 of file BasicBlock.h.
static Instruction* llvm::ilist_traits< Instruction >::createSentinel | ( | ) | [static] |
static void llvm::ilist_traits< Instruction >::destroySentinel | ( | Instruction * | I | ) | [inline, static] |
Definition at line 45 of file BasicBlock.h.
static iplist<Instruction>& llvm::ilist_traits< Instruction >::getList | ( | BasicBlock * | BB | ) | [static] |