jit_block_from_label

Function jit_block_from_label 

Source
pub unsafe extern "C" fn jit_block_from_label(
    func: jit_function_t,
    label: jit_label_t,
) -> jit_block_t
Expand description

Get the block that corresponds to a particular label. Returns NULL if there is no block associated with the label.