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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-predcom.c289 CT_STORE_STORE, enumerator in enum:chain_type
444 case CT_STORE_STORE:
1121 /* Promote this chain to CT_STORE_STORE if it has multiple stores. */
1123 chain->type = CT_STORE_STORE;
1126 if (chain->type != CT_STORE_STORE
1377 if (chain->type == CT_STORE_STORE)
1462 to CT_STORE_LOAD and might be promoted to CT_STORE_STORE when
1759 if (chain->length == 0 || chain->type != CT_STORE_STORE)
2167 else if (chain->type == CT_STORE_STORE)
2251 else if (chain->type == CT_STORE_STORE)
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-predcom.cc290 CT_STORE_STORE, enumerator in enum:chain_type
593 case CT_STORE_STORE:
1247 /* Promote this chain to CT_STORE_STORE if it has multiple stores. */
1249 chain->type = CT_STORE_STORE;
1252 if (chain->type != CT_STORE_STORE
1500 if (chain->type == CT_STORE_STORE)
1582 to CT_STORE_LOAD and might be promoted to CT_STORE_STORE when
1892 if (chain->length == 0 || chain->type != CT_STORE_STORE)
2300 else if (chain->type == CT_STORE_STORE)
2384 else if (chain->type == CT_STORE_STORE)
[all...]

Completed in 193 milliseconds