Struct jit::Block
[−]
[src]
pub struct Block<'a> { // some fields omitted }
Represents a single LibJIT block
Methods
impl<'a> Block<'a>
fn get_function(self) -> &'a Func
Get the function containing this block
fn is_reachable(self) -> bool
Check if the block is reachable
fn ends_in_dead(self) -> bool
Check if the block ends in dead code
fn iter(self) -> InstructionIter<'a>
Iterate through the instructions