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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-parloops.c902 gphi *keep_res; /* The PHI_RESULT of this phi is the resulting value member in struct:reduction_info
1817 tree res = PHI_RESULT (reduc->keep_res);
1892 if (red->keep_res == NULL)
1901 name = PHI_RESULT (red->keep_res);
1906 for (gsi = gsi_start_phis (gimple_bb (red->keep_res));
1908 if (gsi_stmt (gsi) == red->keep_res)
2478 red->keep_res = (nphi != NULL
2693 keep the phi at the reduction's keep_res field. The
2705 red->keep_res = phi;
3543 if (red->keep_res !
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-parloops.cc902 gphi *keep_res; /* The PHI_RESULT of this phi is the resulting value member in struct:reduction_info
1817 tree res = PHI_RESULT (reduc->keep_res);
1892 if (red->keep_res == NULL)
1901 name = PHI_RESULT (red->keep_res);
1906 for (gsi = gsi_start_phis (gimple_bb (red->keep_res));
1908 if (gsi_stmt (gsi) == red->keep_res)
2478 red->keep_res = (nphi != NULL
2693 keep the phi at the reduction's keep_res field. The
2705 red->keep_res = phi;
3546 if (red->keep_res !
[all...]

Completed in 104 milliseconds