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

  /src/external/gpl3/gcc/dist/gcc/
omp-low.cc 2998 gimple_seq input_body = NULL; local
2999 gimple_seq_add_stmt (&input_body, stmt);
3044 gimple_omp_set_body (input_stmt, input_body);
10885 gimple_seq input_body = gimple_omp_body (input_stmt1);
10894 gimple_omp_set_body (input_stmt1, input_body);
10923 walk_gimple_seq_mod (&input_body, omp_find_scan, NULL, &wi);
  /src/external/gpl3/gcc.old/dist/gcc/
omp-low.cc 2956 gimple_seq input_body = NULL; local
2957 gimple_seq_add_stmt (&input_body, stmt);
3002 gimple_omp_set_body (input_stmt, input_body);
10928 gimple_seq input_body = gimple_omp_body (input_stmt1);
10937 gimple_omp_set_body (input_stmt1, input_body);
10966 walk_gimple_seq_mod (&input_body, omp_find_scan, NULL, &wi);

Completed in 28 milliseconds