OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iropt_unroll_thresh
(Results
1 - 7
of
7
) sorted by null
/external/valgrind/main/VEX/pub/
libvex.h
259
Int
iropt_unroll_thresh
;
member in struct:__anon12188
/external/valgrind/main/exp-ptrcheck/
pc_main.c
222
VG_(clo_vex_control).
iropt_unroll_thresh
= 0;
/external/valgrind/main/VEX/priv/
main_main.c
80
vcon->
iropt_unroll_thresh
= 120;
117
vassert(vcon->
iropt_unroll_thresh
>= 0);
118
vassert(vcon->
iropt_unroll_thresh
<= 400);
[
all
...]
ir_opt.c
[
all
...]
/external/valgrind/tsan/
ts_valgrind.cc
[
all
...]
/external/valgrind/main/callgrind/
main.c
[
all
...]
/external/valgrind/main/coregrind/
m_main.c
573
VG_(clo_vex_control).
iropt_unroll_thresh
, 0, 400) {}
[
all
...]
Completed in 822 milliseconds