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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-loop-manip.c3105 tree addr_tmp_name; local
3122 addr_tmp_name = make_temp_ssa_name (int_ptrsize_type, NULL, tmp_name);
3123 addr_stmt = gimple_build_assign (addr_tmp_name, NOP_EXPR, addr_base);
3134 or_tmp_name, addr_tmp_name);
3139 or_tmp_name = addr_tmp_name;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-loop-manip.cc3242 tree addr_tmp_name; local
3262 addr_tmp_name = make_temp_ssa_name (int_ptrsize_type, NULL, tmp_name);
3263 addr_stmt = gimple_build_assign (addr_tmp_name, NOP_EXPR, addr_base);
3274 or_tmp_name, addr_tmp_name);
3279 or_tmp_name = addr_tmp_name;

Completed in 305 milliseconds