Searched refs:loop_count (Results 1 – 7 of 7) sorted by relevance
98 int loop_count = 0; variable116 loop_count = strtol(optarg, NULL, 0); in main()117 if (report_interval > loop_count) in main()118 report_interval = loop_count; in main()313 for (loops = 0; loop_count == 0 || loops < loop_count; ++loops) { in run_test()385 if (loop_count == 0) in run_test()
159 uint16_t loop_count; in do_trace() local164 loop_count = 0; in do_trace()240 if (loop_count++ > 20) { in do_trace()
1176 int loop_count; in tw_cli_soft_reset() local1207 loop_count = 0; in tw_cli_soft_reset()1211 loop_count++; in tw_cli_soft_reset()1213 } while (!found && (loop_count < 6000000)); /* Loop for no more than 60 seconds */ in tw_cli_soft_reset()
1551 HOST_WIDEST_INT loop_count = 0; in sms_schedule() local1606 &loop_count); in sms_schedule()1614 loop_count); in sms_schedule()1666 || (count_init && (loop_count <= stage_count)) in sms_schedule()1674 fprintf (dump_file, HOST_WIDEST_INT_PRINT_DEC, loop_count); in sms_schedule()1741 SET_SRC (single_set (count_init)) = GEN_INT (loop_count in sms_schedule()
1536 int64_t loop_count = 0; in sms_schedule() local1591 &loop_count); in sms_schedule()1599 loop_count); in sms_schedule()1651 || (count_init && (loop_count <= stage_count)) in sms_schedule()1660 fprintf (dump_file, "%" PRId64, loop_count); in sms_schedule()1729 SET_SRC (single_set (count_init)) = GEN_INT (loop_count in sms_schedule()
1639 widest_int loop_count = wi::div_trunc (tem, in predict_iv_comparison() local1668 ++loop_count; in predict_iv_comparison()1671 if (wi::neg_p (loop_count)) in predict_iv_comparison()1672 loop_count = 0; in predict_iv_comparison()1673 if (loop_count == 0) in predict_iv_comparison()1675 else if (wi::cmps (compare_count, loop_count) == 1) in predict_iv_comparison()1680 tem = wi::udiv_trunc (tem, loop_count); in predict_iv_comparison()
2193 int loop_count = 0; in opt_loop() local2235 loop_count = 0; in opt_loop()2241 loop_count++; in opt_loop()2242 if (loop_count >= 100) { in opt_loop()