Searched defs:code_motion_path_driver_info_def (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | sel-sched.c | 399 struct code_motion_path_driver_info_def struct 402 int (*on_enter) (insn_t, cmpd_local_params_p, void *, bool); 405 void (*orig_expr_found) (insn_t, expr_t, cmpd_local_params_p, void *); 409 bool (*orig_expr_not_found) (insn_t, av_set_t, void *); 412 void (*merge_succs) (insn_t, insn_t, int, cmpd_local_params_p, void *); 436 struct code_motion_path_driver_info_def *code_motion_path_driver_info; argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | sel-sched.cc | 399 struct code_motion_path_driver_info_def struct 402 int (*on_enter) (insn_t, cmpd_local_params_p, void *, bool); 405 void (*orig_expr_found) (insn_t, expr_t, cmpd_local_params_p, void *); 409 bool (*orig_expr_not_found) (insn_t, av_set_t, void *); 412 void (*merge_succs) (insn_t, insn_t, int, cmpd_local_params_p, void *); 436 struct code_motion_path_driver_info_def *code_motion_path_driver_info; argument
|