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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-predcom.c283 CT_LOAD, enumerator in enum:chain_type
436 case CT_LOAD:
1448 || (chain->type == CT_LOAD && DR_IS_WRITE (a->ref))
1461 this can only be a CT_LOAD chain; other chains are intialized
1464 type = DR_IS_READ (a->ref) ? CT_LOAD : CT_STORE_LOAD;
2460 && (chain->type == CT_LOAD || chain->type == CT_COMBINATION));
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-predcom.cc284 CT_LOAD, enumerator in enum:chain_type
585 case CT_LOAD:
1568 || (chain->type == CT_LOAD && DR_IS_WRITE (a->ref))
1581 this can only be a CT_LOAD chain; other chains are intialized
1584 type = DR_IS_READ (a->ref) ? CT_LOAD : CT_STORE_LOAD;
2592 && (chain->type == CT_LOAD || chain->type == CT_COMBINATION));

Completed in 175 milliseconds