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

  /src/external/gpl3/gcc/dist/gcc/
sel-sched.cc 436 /* Global pointer to current hooks, either points to MOVE_OP_HOOKS or
442 extern struct code_motion_path_driver_info_def move_op_hooks, fur_hooks;
3628 gcc_assert (code_motion_path_driver_info == &move_op_hooks);
6286 struct code_motion_path_driver_info_def move_op_hooks = {
6431 &MOVE_OP_HOOKS or &FUR_HOOKS. This function implements the common parts
6721 code_motion_path_driver_info = &move_op_hooks;
6274 struct code_motion_path_driver_info_def move_op_hooks = { local
  /src/external/gpl3/gcc.old/dist/gcc/
sel-sched.cc 436 /* Global pointer to current hooks, either points to MOVE_OP_HOOKS or
442 extern struct code_motion_path_driver_info_def move_op_hooks, fur_hooks;
3620 gcc_assert (code_motion_path_driver_info == &move_op_hooks);
6278 struct code_motion_path_driver_info_def move_op_hooks = {
6423 &MOVE_OP_HOOKS or &FUR_HOOKS. This function implements the common parts
6713 code_motion_path_driver_info = &move_op_hooks;
6266 struct code_motion_path_driver_info_def move_op_hooks = { local

Completed in 32 milliseconds