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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-parloops.c898 gimple *reduc_phi; /* The phi node defining the reduction. */ member in struct:reduction_info
900 unsigned reduc_version; /* SSA_NAME_VERSION of original reduc_phi
928 return (a->reduc_phi == b->reduc_phi);
952 tmpred.reduc_phi = phi;
955 gcc_assert (red == NULL || red->reduc_phi == phi);
1294 type = TREE_TYPE (PHI_RESULT (reduc->reduc_phi));
1308 arg = PHI_ARG_DEF_FROM_EDGE (reduc->reduc_phi, e);
1312 (reduc->reduc_phi, loop_preheader_edge (loop)), init);
1795 tree type = TREE_TYPE (PHI_RESULT (reduc->reduc_phi));
2475 gimple *reduc_phi = SSA_NAME_DEF_STMT (res_c); local
3495 gimple *reduc_phi; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-parloops.cc898 gimple *reduc_phi; /* The phi node defining the reduction. */ member in struct:reduction_info
900 unsigned reduc_version; /* SSA_NAME_VERSION of original reduc_phi
928 return (a->reduc_phi == b->reduc_phi);
952 tmpred.reduc_phi = phi;
955 gcc_assert (red == NULL || red->reduc_phi == phi);
1294 type = TREE_TYPE (PHI_RESULT (reduc->reduc_phi));
1308 arg = PHI_ARG_DEF_FROM_EDGE (reduc->reduc_phi, e);
1312 (reduc->reduc_phi, loop_preheader_edge (loop)), init);
1795 tree type = TREE_TYPE (PHI_RESULT (reduc->reduc_phi));
2475 gimple *reduc_phi = SSA_NAME_DEF_STMT (res_c); local
3498 gimple *reduc_phi; local
[all...]

Completed in 269 milliseconds