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

  /src/external/gpl3/gcc/dist/gcc/
sel-sched.cc 150 code_motion_path_driver.) When moving down the CFG, we look for original
335 /* This structure holds local data used in code_motion_path_driver hooks on
337 that are not used in code_motion_path_driver routine itself, but only in
353 found before entering the current level of code_motion_path_driver. */
441 code_motion_path_driver. */
521 /* This bitmap marks the blocks visited by code_motion_path_driver so we don't
552 static int code_motion_path_driver (insn_t, av_set_t, ilist_t,
3244 This function utilizes code_motion_path_driver (formerly find_used_regs_1)
3282 /* Init parameters for code_motion_path_driver. */
3290 res = code_motion_path_driver (insn, orig_ops, NULL, &lparams, &sparams)
6429 code_motion_path_driver (insn_t insn, av_set_t orig_ops, ilist_t path, function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
sel-sched.cc 150 code_motion_path_driver.) When moving down the CFG, we look for original
335 /* This structure holds local data used in code_motion_path_driver hooks on
337 that are not used in code_motion_path_driver routine itself, but only in
353 found before entering the current level of code_motion_path_driver. */
441 code_motion_path_driver. */
521 /* This bitmap marks the blocks visited by code_motion_path_driver so we don't
552 static int code_motion_path_driver (insn_t, av_set_t, ilist_t,
3236 This function utilizes code_motion_path_driver (formerly find_used_regs_1)
3274 /* Init parameters for code_motion_path_driver. */
3282 res = code_motion_path_driver (insn, orig_ops, NULL, &lparams, &sparams)
6421 code_motion_path_driver (insn_t insn, av_set_t orig_ops, ilist_t path, function
    [all...]

Completed in 29 milliseconds