jit_value_is_temporary

Function jit_value_is_temporary 

Source
pub unsafe extern "C" fn jit_value_is_temporary(
    value: jit_value_t,
) -> c_int
Expand description

Determine if a value is temporary. i.e. its scope extends over a single block within its function.