Home
last modified time | relevance | path

Searched refs:n_stmts (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/main/VEX/priv/
Dir_opt.c3572 Int n_stmts, i; in calc_unroll_factor() local
3574 n_stmts = 0; in calc_unroll_factor()
3577 n_stmts++; in calc_unroll_factor()
3580 if (n_stmts <= vex_control.iropt_unroll_thresh/8) { in calc_unroll_factor()
3583 n_stmts, 8* n_stmts); in calc_unroll_factor()
3586 if (n_stmts <= vex_control.iropt_unroll_thresh/4) { in calc_unroll_factor()
3589 n_stmts, 4* n_stmts); in calc_unroll_factor()
3593 if (n_stmts <= vex_control.iropt_unroll_thresh/2) { in calc_unroll_factor()
3596 n_stmts, 2* n_stmts); in calc_unroll_factor()
3601 vex_printf("vex iropt: not unrolling (%d sts)\n", n_stmts); in calc_unroll_factor()