jit_block_next

Function jit_block_next 

Source
pub unsafe extern "C" fn jit_block_next(
    func: jit_function_t,
    previous: jit_block_t,
) -> jit_block_t
Expand description

Iterate over the blocks in a function, in order of their creation. The previous argument should be NULL on the first call. This function will return NULL if there are no further blocks to iterate.