Home
last modified time | relevance | path

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

/external/valgrind/exp-sgcheck/
Dpc_main.c151 VG_(clo_vex_control).iropt_unroll_thresh = 0; in pc_pre_clo_init()
/external/valgrind/VEX/pub/
Dlibvex.h486 Int iropt_unroll_thresh; member
/external/valgrind/VEX/priv/
Dmain_main.c185 vcon->iropt_unroll_thresh = 120; in LibVEX_default_VexControl()
220 vassert(vcon->iropt_unroll_thresh >= 0); in LibVEX_Init()
221 vassert(vcon->iropt_unroll_thresh <= 400); in LibVEX_Init()
Dir_opt.c4717 if (n_stmts <= vex_control.iropt_unroll_thresh/8) { in calc_unroll_factor()
4723 if (n_stmts <= vex_control.iropt_unroll_thresh/4) { in calc_unroll_factor()
4730 if (n_stmts <= vex_control.iropt_unroll_thresh/2) { in calc_unroll_factor()
4755 if (vex_control.iropt_unroll_thresh <= 0) in maybe_loop_unroll_BB()
/external/valgrind/callgrind/
Dmain.c1997 if (VG_(clo_vex_control).iropt_unroll_thresh != 0) { in CLG_()
2001 VG_(clo_vex_control).iropt_unroll_thresh = 0; // cannot be overridden. in CLG_()
2060 VG_(clo_vex_control).iropt_unroll_thresh = 0; // cannot be overridden. in CLG_()
/external/valgrind/coregrind/
Dm_main.c732 VG_(clo_vex_control).iropt_unroll_thresh, 0, 400) {} in main_process_cmd_line_options()