Searched refs:orig_for_stmt (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dgimplify.c7014 tree for_stmt, orig_for_stmt, inner_for_stmt = NULL_TREE, decl, var, t;
7023 orig_for_stmt = for_stmt = *expr_p;
7126 if (orig_for_stmt != for_stmt)
7265 if (orig_for_stmt != for_stmt)
7325 if (orig_for_stmt != for_stmt)
7341 if (orig_for_stmt != for_stmt)
7410 && orig_for_stmt == for_stmt)
7442 gimplify_and_add (OMP_FOR_BODY (orig_for_stmt), &for_body);
7444 if (orig_for_stmt != for_stmt)
7457 gimplify_adjust_omp_clauses (pre_p, &OMP_FOR_CLAUSES (orig_for_stmt));
7011 tree for_stmt, orig_for_stmt, inner_for_stmt = NULL_TREE, decl, var, t; local
[all...]

Completed in 50 milliseconds