Searched refs:TCG_CALL_NO_RETURN (Results 1 – 4 of 4) sorted by relevance
21 DEF_HELPER_FLAGS_2(raise_exception, TCG_CALL_NO_RETURN, noreturn, env, i32)
106 #define dh_callflag_noreturn TCG_CALL_NO_RETURN
333 #define TCG_CALL_NO_RETURN 0x0008 macro
3360 if (tcg_call_flags(op) & TCG_CALL_NO_RETURN) { in reachable_code_pass()