Searched defs:code_motion_path_driver_info_def (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | sel-sched.c | 403 struct code_motion_path_driver_info_def struct 406 int (*on_enter) (insn_t, cmpd_local_params_p, void *, bool); 409 void (*orig_expr_found) (insn_t, expr_t, cmpd_local_params_p, void *); 413 bool (*orig_expr_not_found) (insn_t, av_set_t, void *); 416 void (*merge_succs) (insn_t, insn_t, int, cmpd_local_params_p, void *); 440 struct code_motion_path_driver_info_def *code_motion_path_driver_info; argument
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | sel-sched.c | 411 struct code_motion_path_driver_info_def struct 414 int (*on_enter) (insn_t, cmpd_local_params_p, void *, bool); 417 void (*orig_expr_found) (insn_t, expr_t, cmpd_local_params_p, void *); 421 bool (*orig_expr_not_found) (insn_t, av_set_t, void *); 424 void (*merge_succs) (insn_t, insn_t, int, cmpd_local_params_p, void *); 448 struct code_motion_path_driver_info_def *code_motion_path_driver_info; argument
|