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

  /src/external/gpl3/gcc/dist/gcc/
sel-sched.cc 422 void (*ascend) (insn_t, void *);
6667 if (code_motion_path_driver_info->ascend)
6668 code_motion_path_driver_info->ascend (insn, static_params);
420 void (*ascend) (insn_t, void *); member in struct:code_motion_path_driver_info_def
  /src/external/gpl3/gcc.old/dist/gcc/
sel-sched.cc 422 void (*ascend) (insn_t, void *);
6659 if (code_motion_path_driver_info->ascend)
6660 code_motion_path_driver_info->ascend (insn, static_params);
420 void (*ascend) (insn_t, void *); member in struct:code_motion_path_driver_info_def

Completed in 33 milliseconds