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

  /src/external/gpl3/gcc/dist/gcc/
tree-parloops.cc 3650 or the statements in REGIONS_BB[I + n]. REF_IS_STORE indicates if REF is a
3655 bool ref_is_store, vec<basic_block> region_bbs,
3684 if (ref_is_store)
3749 bool ref_is_store = false; local
3794 ref_is_store = true;
3818 if (ref_conflicts_with_region (gsi, &ref, ref_is_store, region_bbs,
  /src/external/gpl3/gcc.old/dist/gcc/
tree-parloops.cc 3645 or the statements in REGIONS_BB[I + n]. REF_IS_STORE indicates if REF is a
3650 bool ref_is_store, vec<basic_block> region_bbs,
3679 if (ref_is_store)
3744 bool ref_is_store = false; local
3789 ref_is_store = true;
3813 if (ref_conflicts_with_region (gsi, &ref, ref_is_store, region_bbs,

Completed in 26 milliseconds