Searched refs:offset_init (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | omp-expand.c | 6100 tree offset_init = NULL_TREE; in expand_oacc_for() local 6122 offset_init = gimple_omp_for_index (for_stmt, 0); in expand_oacc_for() 6252 offset_init = offset_incr = offset; in expand_oacc_for() 6264 gimple_call_set_lhs (call, offset_init); in expand_oacc_for() 6272 chunk_size, gwv, offset_init); in expand_oacc_for() 6277 expr = build2 (cond_code, boolean_type_node, offset_init, bound); in expand_oacc_for()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | omp-expand.cc | 7619 tree offset_init = NULL_TREE; in expand_oacc_for() local 7641 offset_init = gimple_omp_for_index (for_stmt, 0); in expand_oacc_for() 7771 offset_init = offset_incr = offset; in expand_oacc_for() 7783 gimple_call_set_lhs (call, offset_init); in expand_oacc_for() 7791 chunk_size, gwv, offset_init); in expand_oacc_for() 7796 expr = build2 (cond_code, boolean_type_node, offset_init, bound); in expand_oacc_for()
|