Home
last modified time | relevance | path

Searched refs:ostmt (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvalue-prof.cc454 struct function *ofun, gimple *ostmt) in gimple_duplicate_stmt_histograms() argument
457 for (val = gimple_histogram_value (ofun, ostmt); val != NULL; val = val->hvalue.next) in gimple_duplicate_stmt_histograms()
471 gimple_move_stmt_histograms (struct function *fun, gimple *stmt, gimple *ostmt) in gimple_move_stmt_histograms() argument
473 histogram_value val = gimple_histogram_value (fun, ostmt); in gimple_move_stmt_histograms()
479 set_histogram_value (fun, ostmt, NULL); in gimple_move_stmt_histograms()
H A Dgimple-ssa-store-merging.cc4308 gimple *ostmt = op.stmt; in output_merged_store() local
4316 ostmt = tstmt; in output_merged_store()
4320 load_gsi[j] = gsi_for_stmt (ostmt); in output_merged_store()
H A Dtree-vect-slp.cc2453 gassign *ostmt = as_a <gassign *> (ostmt_info->stmt); in vect_build_slp_tree_2() local
2454 if (gimple_assign_rhs_code (ostmt) != code0) in vect_build_slp_tree_2()
2457 ocode = gimple_assign_rhs_code (ostmt); in vect_build_slp_tree_2()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvalue-prof.c433 struct function *ofun, gimple *ostmt) in gimple_duplicate_stmt_histograms() argument
436 for (val = gimple_histogram_value (ofun, ostmt); val != NULL; val = val->hvalue.next) in gimple_duplicate_stmt_histograms()
450 gimple_move_stmt_histograms (struct function *fun, gimple *stmt, gimple *ostmt) in gimple_move_stmt_histograms() argument
452 histogram_value val = gimple_histogram_value (fun, ostmt); in gimple_move_stmt_histograms()
458 set_histogram_value (fun, ostmt, NULL); in gimple_move_stmt_histograms()
H A Dtree-vect-slp.c4146 gassign *ostmt = as_a <gassign *> (ostmt_info->stmt); in vect_schedule_slp_instance() local
4147 if (gimple_assign_rhs_code (ostmt) != code0) in vect_schedule_slp_instance()
4150 ocode = gimple_assign_rhs_code (ostmt); in vect_schedule_slp_instance()
H A Dgimple-ssa-store-merging.c3970 gimple *ostmt = op.stmt; in output_merged_store() local
3978 ostmt = tstmt; in output_merged_store()
3982 load_gsi[j] = gsi_for_stmt (ostmt); in output_merged_store()