Lines Matching defs:code_motion_path_driver
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);
5724 MOVEOP_DRV_CALL_RES is the result of call code_motion_path_driver on succ,
5777 MOVEOP_DRV_CALL_RES is the result of call code_motion_path_driver on succ or 0,
5792 for such branches code_motion_path_driver is not called. */
6171 code_motion_path_driver should return 1, FALSE otherwise. */
6209 Return value: FALSE, if code_motion_path_driver should perform a local
6211 TRUE, if code_motion_path_driver should continue. */
6231 Return value: TRUE (code_motion_path_driver should continue). */
6277 /* Hooks and data to perform move_op operations with code_motion_path_driver. */
6291 with code_motion_path_driver. */
6305 code_motion_path_driver is called recursively. Original operation
6354 b = code_motion_path_driver (succ, orig_ops, path, &lparams,
6431 code_motion_path_driver always returns true. */
6433 code_motion_path_driver (insn_t insn, av_set_t orig_ops, ilist_t path,
6619 successor for which code_motion_path_driver returns TRUE. */
6701 /* Init params for code_motion_path_driver. */
6714 res = code_motion_path_driver (insn, orig_ops, NULL, &lparams, &sparams);