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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-expand.c686 tree tmp_then, tmp_else, tmp_join, tmp_var; local
692 tmp_else = make_ssa_name (tmp_var);
698 tmp_else = tmp_var;
720 expand_omp_build_assign (&gsi, tmp_else,
735 add_phi_arg (phi, tmp_else, e_else, UNKNOWN_LOCATION);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-expand.cc656 tree tmp_then, tmp_else, tmp_join, tmp_var; local
662 tmp_else = make_ssa_name (tmp_var);
668 tmp_else = tmp_var;
690 expand_omp_build_assign (&gsi, tmp_else,
705 add_phi_arg (phi, tmp_else, e_else, UNKNOWN_LOCATION);

Completed in 126 milliseconds