Searched refs:new_or_tmp_name (Results 1 – 1 of 1) sorted by relevance
2896 tree or_tmp, new_or_tmp_name, or_stmt; in vect_create_cond_for_align_checks() local2924 new_or_tmp_name = make_ssa_name (or_tmp, NULL_TREE); in vect_create_cond_for_align_checks()2925 or_stmt = build2 (MODIFY_EXPR, void_type_node, new_or_tmp_name, in vect_create_cond_for_align_checks()2929 SSA_NAME_DEF_STMT (new_or_tmp_name) = or_stmt; in vect_create_cond_for_align_checks()2931 or_tmp_name = new_or_tmp_name; in vect_create_cond_for_align_checks()