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

  /src/external/gpl3/gcc/dist/gcc/
sel-sched.cc 438 struct code_motion_path_driver_info_def *code_motion_path_driver_info;
3288 code_motion_path_driver_info = &fur_hooks;
3628 gcc_assert (code_motion_path_driver_info == &move_op_hooks);
6352 FOR_EACH_SUCC_1 (succ, succ_i, insn, code_motion_path_driver_info->succ_flags)
6369 code_motion_path_driver_info->merge_succs (insn, succ, b, &lparams,
6412 if (res != -1 && code_motion_path_driver_info->after_merge_succs)
6413 code_motion_path_driver_info->after_merge_succs (&lparams, static_params);
6430 functionality dependent whether code_motion_path_driver_INFO is set to
6452 sel_print ("%s (", code_motion_path_driver_info->routine_name);
6490 if (code_motion_path_driver_info->on_enter
436 struct code_motion_path_driver_info_def *code_motion_path_driver_info; variable in typeref:struct:code_motion_path_driver_info_def
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
sel-sched.cc 438 struct code_motion_path_driver_info_def *code_motion_path_driver_info;
3280 code_motion_path_driver_info = &fur_hooks;
3620 gcc_assert (code_motion_path_driver_info == &move_op_hooks);
6344 FOR_EACH_SUCC_1 (succ, succ_i, insn, code_motion_path_driver_info->succ_flags)
6361 code_motion_path_driver_info->merge_succs (insn, succ, b, &lparams,
6404 if (res != -1 && code_motion_path_driver_info->after_merge_succs)
6405 code_motion_path_driver_info->after_merge_succs (&lparams, static_params);
6422 functionality dependent whether code_motion_path_driver_INFO is set to
6444 sel_print ("%s (", code_motion_path_driver_info->routine_name);
6482 if (code_motion_path_driver_info->on_enter
436 struct code_motion_path_driver_info_def *code_motion_path_driver_info; variable in typeref:struct:code_motion_path_driver_info_def
    [all...]

Completed in 38 milliseconds