Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dir_opt.c4709 Int n_stmts, i; in calc_unroll_factor() local
4711 n_stmts = 0; in calc_unroll_factor()
4714 n_stmts++; in calc_unroll_factor()
4717 if (n_stmts <= vex_control.iropt_unroll_thresh/8) { in calc_unroll_factor()
4720 n_stmts, 8* n_stmts); in calc_unroll_factor()
4723 if (n_stmts <= vex_control.iropt_unroll_thresh/4) { in calc_unroll_factor()
4726 n_stmts, 4* n_stmts); in calc_unroll_factor()
4730 if (n_stmts <= vex_control.iropt_unroll_thresh/2) { in calc_unroll_factor()
4733 n_stmts, 2* n_stmts); in calc_unroll_factor()
4738 vex_printf("vex iropt: not unrolling (%d sts)\n", n_stmts); in calc_unroll_factor()