pub unsafe extern "C" fn jit_value_is_temporary(
value: jit_value_t,
) -> c_intExpand description
Determine if a value is temporary. i.e. its scope extends over a single block within its function.
pub unsafe extern "C" fn jit_value_is_temporary(
value: jit_value_t,
) -> c_intDetermine if a value is temporary. i.e. its scope extends over a single block within its function.