Lines Matching defs:call_insn
332 The CALL_INSN is the first insn generated.
477 rtx_call_insn *call_insn = last_call_insn ();
481 call = get_call_rtx_from (call_insn);
488 add_function_usage_to (call_insn, call_fusage);
492 RTL_CONST_CALL_P (call_insn) = 1;
496 RTL_PURE_CALL_P (call_insn) = 1;
500 RTL_LOOPING_CONST_OR_PURE_CALL_P (call_insn) = 1;
503 make_reg_eh_region_note (call_insn, ecf_flags, 0);
506 add_reg_note (call_insn, REG_NORETURN, const0_rtx);
510 add_reg_note (call_insn, REG_SETJMP, const0_rtx);
514 SIBLING_CALL_P (call_insn) = ((ecf_flags & ECF_SIBCALL) != 0);
523 CALL_INSN_FUNCTION_USAGE (call_insn)
526 CALL_INSN_FUNCTION_USAGE (call_insn));
531 add_args_size_note (call_insn, stack_pointer_delta);
541 add_args_size_note (call_insn, stack_pointer_delta);
3578 later safely search backwards to find the CALL_INSN. */
3687 immediately after the CALL_INSN. Some ports emit more
3688 than just a CALL_INSN above, so we must search for it here. */
3694 /* There was no CALL_INSN? */
4707 immediately after the CALL_INSN. Some ports emit more than
4708 just a CALL_INSN above, so we must search for it here. */
4713 /* There was no CALL_INSN? */
4728 /* There was no CALL_INSN? */