Home
last modified time | relevance | path

Searched refs:reduc_phi (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-parloops.c898 gimple *reduc_phi; /* The phi node defining the reduction. */ member
928 return (a->reduc_phi == b->reduc_phi); in equal()
952 tmpred.reduc_phi = phi; in reduction_phi()
955 gcc_assert (red == NULL || red->reduc_phi == phi); in reduction_phi()
1294 type = TREE_TYPE (PHI_RESULT (reduc->reduc_phi)); in initialize_reductions()
1308 arg = PHI_ARG_DEF_FROM_EDGE (reduc->reduc_phi, e); in initialize_reductions()
1312 (reduc->reduc_phi, loop_preheader_edge (loop)), init); in initialize_reductions()
1795 tree type = TREE_TYPE (PHI_RESULT (reduc->reduc_phi)); in create_call_for_reduction_1()
2425 red->reduc_phi = nphi; in transform_to_exit_first_loop_alt()
2426 gimple_set_uid (red->reduc_phi, red->reduc_version); in transform_to_exit_first_loop_alt()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-parloops.cc898 gimple *reduc_phi; /* The phi node defining the reduction. */ member
928 return (a->reduc_phi == b->reduc_phi); in equal()
952 tmpred.reduc_phi = phi; in reduction_phi()
955 gcc_assert (red == NULL || red->reduc_phi == phi); in reduction_phi()
1294 type = TREE_TYPE (PHI_RESULT (reduc->reduc_phi)); in initialize_reductions()
1308 arg = PHI_ARG_DEF_FROM_EDGE (reduc->reduc_phi, e); in initialize_reductions()
1312 (reduc->reduc_phi, loop_preheader_edge (loop)), init); in initialize_reductions()
1795 tree type = TREE_TYPE (PHI_RESULT (reduc->reduc_phi)); in create_call_for_reduction_1()
2425 red->reduc_phi = nphi; in transform_to_exit_first_loop_alt()
2426 gimple_set_uid (red->reduc_phi, red->reduc_version); in transform_to_exit_first_loop_alt()
[all …]
H A DChangeLog.tuples1084 reduc_phi, keep_res and new_phi field types to gimple.