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

  /src/external/gpl3/gcc/dist/gcc/
tree-parloops.cc 3721 reduction results in REDUCTION_STORES. */
3726 bitmap reduction_stores)
3777 bitmap_set_bit (reduction_stores, id);
3835 gang_pos == 0, except when the stores are REDUCTION_STORES. Return true
3841 bitmap reduction_stores)
3865 if (bitmap_bit_p (reduction_stores,
3969 bitmap reduction_stores = BITMAP_ALLOC (NULL); local
3971 reduction_stores);
3976 reduction_stores);
3987 BITMAP_FREE (reduction_stores);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-parloops.cc 3716 reduction results in REDUCTION_STORES. */
3721 bitmap reduction_stores)
3772 bitmap_set_bit (reduction_stores, id);
3830 gang_pos == 0, except when the stores are REDUCTION_STORES. Return true
3836 bitmap reduction_stores)
3860 if (bitmap_bit_p (reduction_stores,
3964 bitmap reduction_stores = BITMAP_ALLOC (NULL); local
3966 reduction_stores);
3971 reduction_stores);
3982 BITMAP_FREE (reduction_stores);
    [all...]

Completed in 28 milliseconds