pub unsafe extern "C" fn jit_block_previous(
func: jit_function_t,
previous: jit_block_t,
) -> jit_block_tExpand description
Iterate over the blocks in a function, in reverse 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.