Searched refs:tmp_then (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Domp-low.c4925 tree tmp_then, tmp_else, tmp_join, tmp_var;
4930 tmp_then = make_ssa_name (tmp_var);
4936 tmp_then = tmp_var;
4956 stmt = gimple_build_assign (tmp_then, val);
4974 add_phi_arg (phi, tmp_then, e_then, UNKNOWN_LOCATION);
4924 tree tmp_then, tmp_else, tmp_join, tmp_var; local

Completed in 111 milliseconds