#include <BasicBlock.h>
Definition at line 67 of file BasicBlock.h.
instr_idx dev::eth::jit::BasicBlock::firstInstrIdx |
( |
| ) |
const |
|
inline |
llvm::BasicBlock* dev::eth::jit::BasicBlock::llvm |
( |
| ) |
|
|
inline |
Iterator pointing code beginning of the block.
Definition at line 80 of file BasicBlock.h.
Iterator pointing code end of the block.
Definition at line 81 of file BasicBlock.h.
instr_idx const dev::eth::jit::BasicBlock::m_firstInstrIdx = 0 |
|
private |
Code index of first instruction in the block.
Definition at line 79 of file BasicBlock.h.
llvm::BasicBlock* const dev::eth::jit::BasicBlock::m_llvmBB |
|
private |
The documentation for this class was generated from the following files: