Searched refs:gimple_omp_for_index (Results 1 – 14 of 14) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | gimple-pretty-print.c | 1101 gimple_omp_for_index (gs, i), in dump_gimple_omp_for() 1119 dump_generic_node (buffer, gimple_omp_for_index (gs, i), spc, in dump_gimple_omp_for() 1126 dump_generic_node (buffer, gimple_omp_for_index (gs, i), spc, in dump_gimple_omp_for() 1151 dump_generic_node (buffer, gimple_omp_for_index (gs, i), spc, in dump_gimple_omp_for()
|
H A D | gimple.h | 3864 gimple_omp_for_index (const_gimple gs, size_t i) in gimple_omp_for_index() function
|
H A D | gimple.c | 2345 gimple_omp_for_index (stmt, i)); in gimple_copy()
|
H A D | tree-inline.c | 1332 gimple_omp_for_index (stmt, i)); in remap_gimple_stmt()
|
H A D | omp-low.c | 298 loop->v = gimple_omp_for_index (for_stmt, i); in extract_omp_for_data()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | gimple-pretty-print.c | 1429 gimple_omp_for_index (gs, i), in dump_gimple_omp_for() 1469 dump_generic_node (buffer, gimple_omp_for_index (gs, i), spc, in dump_gimple_omp_for() 1476 dump_generic_node (buffer, gimple_omp_for_index (gs, i), spc, in dump_gimple_omp_for() 1504 dump_generic_node (buffer, gimple_omp_for_index (gs, i), spc, in dump_gimple_omp_for()
|
H A D | omp-grid.c | 1046 gimple_omp_for_set_index (parloop, i, gimple_omp_for_index (simd, i)); in grid_eliminate_combined_simd_part() 1303 tree itype, type = TREE_TYPE (gimple_omp_for_index (inner_loop, i)); in grid_attempt_target_gridification()
|
H A D | omp-general.c | 244 loop->v = gimple_omp_for_index (for_stmt, i); in omp_extract_for_data()
|
H A D | gimple.c | 1828 gimple_omp_for_index (stmt, i)); in gimple_copy()
|
H A D | gimple.h | 5099 gimple_omp_for_index (const gimple *gs, size_t i)
|
H A D | gimplify.c | 10536 tree type = TREE_TYPE (gimple_omp_for_index (gfor, i)); in gimplify_omp_for() 10546 gcc_assert (TREE_OPERAND (t, 0) == gimple_omp_for_index (gfor, i)); in gimplify_omp_for()
|
H A D | tree-inline.c | 1491 gimple_omp_for_index (stmt, i)); in remap_gimple_stmt()
|
H A D | omp-expand.c | 5226 offset_init = gimple_omp_for_index (for_stmt, 0); in expand_oacc_for()
|
/dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
H A D | gimple.texi | 1688 @deftypefn {GIMPLE function} tree gimple_omp_for_index (gimple g)
|