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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcse.c1276 struct table_elt *match_elt;
1282 match_elt = NULL;
1288 if (match_elt && CHEAPER (match_elt, elt))
1310 match_elt = elt;
1272 struct table_elt *match_elt; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcse.cc1255 struct table_elt *match_elt;
1261 match_elt = NULL;
1267 if (match_elt && CHEAPER (match_elt, elt))
1289 match_elt = elt;

Completed in 119 milliseconds