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

  /src/external/gpl3/gcc.old/dist/gcc/
omp-offload.cc 2515 gimple *alloc_stmt = gsi_stmt (*gsi);
2516 tree simtrec = gimple_call_lhs (alloc_stmt);
2517 tree simduid = gimple_call_arg (alloc_stmt, 0);
2552 alloc_stmt
2554 gimple_call_set_lhs (alloc_stmt, simtrec);
2555 gsi_replace (gsi, alloc_stmt, false);
2514 gimple *alloc_stmt = gsi_stmt (*gsi); local
omp-offload.cc 2515 gimple *alloc_stmt = gsi_stmt (*gsi);
2516 tree simtrec = gimple_call_lhs (alloc_stmt);
2517 tree simduid = gimple_call_arg (alloc_stmt, 0);
2552 alloc_stmt
2554 gimple_call_set_lhs (alloc_stmt, simtrec);
2555 gsi_replace (gsi, alloc_stmt, false);
2514 gimple *alloc_stmt = gsi_stmt (*gsi); local
  /src/external/gpl3/gcc/dist/gcc/
omp-offload.cc 2545 gimple *alloc_stmt = gsi_stmt (*gsi);
2546 tree simtrec = gimple_call_lhs (alloc_stmt);
2547 tree simduid = gimple_call_arg (alloc_stmt, 0);
2582 alloc_stmt
2584 gimple_call_set_lhs (alloc_stmt, simtrec);
2585 gsi_replace (gsi, alloc_stmt, false);
2544 gimple *alloc_stmt = gsi_stmt (*gsi); local
omp-offload.cc 2545 gimple *alloc_stmt = gsi_stmt (*gsi);
2546 tree simtrec = gimple_call_lhs (alloc_stmt);
2547 tree simduid = gimple_call_arg (alloc_stmt, 0);
2582 alloc_stmt
2584 gimple_call_set_lhs (alloc_stmt, simtrec);
2585 gsi_replace (gsi, alloc_stmt, false);
2544 gimple *alloc_stmt = gsi_stmt (*gsi); local

Completed in 55 milliseconds