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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-predcom.c286 CT_STORE_LOAD, enumerator in enum:chain_type
440 case CT_STORE_LOAD:
1462 to CT_STORE_LOAD and might be promoted to CT_STORE_STORE when
1464 type = DR_IS_READ (a->ref) ? CT_LOAD : CT_STORE_LOAD;
2222 in_lhs = (chain->type == CT_STORE_LOAD
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-predcom.cc287 CT_STORE_LOAD, enumerator in enum:chain_type
589 case CT_STORE_LOAD:
1582 to CT_STORE_LOAD and might be promoted to CT_STORE_STORE when
1584 type = DR_IS_READ (a->ref) ? CT_LOAD : CT_STORE_LOAD;
2355 in_lhs = (chain->type == CT_STORE_LOAD

Completed in 193 milliseconds