Searched refs:iropt_unroll_thresh (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/exp-sgcheck/
H A Dpc_main.c155 VG_(clo_vex_control).iropt_unroll_thresh = 0;
/external/valgrind/VEX/pub/
H A Dlibvex.h446 Int iropt_unroll_thresh; member in struct:__anon15707
/external/valgrind/VEX/priv/
H A Dmain_main.c196 vcon->iropt_unroll_thresh = 120;
231 vassert(vcon->iropt_unroll_thresh >= 0);
232 vassert(vcon->iropt_unroll_thresh <= 400);
H A Dir_opt.c4712 if (n_stmts <= vex_control.iropt_unroll_thresh/8) {
4718 if (n_stmts <= vex_control.iropt_unroll_thresh/4) {
4725 if (n_stmts <= vex_control.iropt_unroll_thresh/2) {
4750 if (vex_control.iropt_unroll_thresh <= 0)
/external/valgrind/callgrind/
H A Dmain.c1987 if (VG_(clo_vex_control).iropt_unroll_thresh != 0) {
1991 VG_(clo_vex_control).iropt_unroll_thresh = 0; // cannot be overriden.
2050 VG_(clo_vex_control).iropt_unroll_thresh = 0; // cannot be overriden.
/external/valgrind/coregrind/
H A Dm_main.c758 VG_(clo_vex_control).iropt_unroll_thresh, 0, 400) {}

Completed in 177 milliseconds