pub unsafe extern "C" fn jit_block_from_label(
func: jit_function_t,
label: jit_label_t,
) -> jit_block_tExpand description
Get the block that corresponds to a particular label. Returns NULL if there is no block associated with the label.
pub unsafe extern "C" fn jit_block_from_label(
func: jit_function_t,
label: jit_label_t,
) -> jit_block_tGet the block that corresponds to a particular label. Returns NULL if there is no block associated with the label.