HomeSort by: relevance | last modified time | path
    Searched defs:CT_LOAD (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-predcom.cc 284 CT_LOAD,
585 case CT_LOAD:
1599 || (chain->type == CT_LOAD && DR_IS_WRITE (a->ref))
1612 this can only be a CT_LOAD chain; other chains are intialized
1615 type = DR_IS_READ (a->ref) ? CT_LOAD : CT_STORE_LOAD;
2623 && (chain->type == CT_LOAD || chain->type == CT_COMBINATION));
  /src/external/gpl3/gcc.old/dist/gcc/
tree-predcom.cc 284 CT_LOAD,
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 31 milliseconds