Home
last modified time | relevance | path

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

/external/qemu/tcg/
Dtcg.h489 int op_count_max; /* max insn per TB */ member
Dtcg.c2591 if (n > s->op_count_max) in tcg_gen_code()
2592 s->op_count_max = n; in tcg_gen_code()
2631 s->tb_count ? (double)s->op_count / s->tb_count : 0, s->op_count_max); in tcg_dump_info()