Searched refs:count_reg (Results 1 – 1 of 1) sorted by relevance
306 const_iteration_count (rtx count_reg, basic_block pre_header, in const_iteration_count() argument319 rtx_equal_p (count_reg, SET_DEST (single_set (insn)))) in const_iteration_count()728 generate_prolog_epilog (partial_schedule_ptr ps, struct loop * loop, rtx count_reg) in generate_prolog_epilog() argument737 if (count_reg) in generate_prolog_epilog()740 emit_insn (gen_sub2_insn (count_reg, GEN_INT (last_stage))); in generate_prolog_epilog()956 rtx count_reg; in sms_schedule() local1019 if ( !(count_reg = doloop_register_get (tail))) in sms_schedule()1066 rtx count_reg, count_init; in sms_schedule() local1118 if ((count_reg = doloop_register_get (tail))) in sms_schedule()1123 count_init = const_iteration_count (count_reg, pre_header, in sms_schedule()[all …]