Lines Matching refs:n_tmps
2762 Int n_tmps = in->tyenv->types_used; in cprop_BB() local
2763 IRExpr** env = LibVEX_Alloc_inline(n_tmps * sizeof(IRExpr*)); in cprop_BB()
2778 for (i = 0; i < n_tmps; i++) in cprop_BB()
3100 Int n_tmps = bb->tyenv->types_used; in do_deadcode_BB() local
3101 Bool* set = LibVEX_Alloc_inline(n_tmps * sizeof(Bool)); in do_deadcode_BB()
3104 for (i = 0; i < n_tmps; i++) in do_deadcode_BB()
5739 Int n_tmps = bb->tyenv->types_used; in ado_treebuild_BB() local
5740 UShort* uses = LibVEX_Alloc_inline(n_tmps * sizeof(UShort)); in ado_treebuild_BB()
5748 for (i = 0; i < n_tmps; i++) in ado_treebuild_BB()
5772 for (i = 0; i < n_tmps; i++) { in ado_treebuild_BB()
6246 Int n_tmps = sb->tyenv->types_used; in do_XOR_TRANSFORM_IRSB() local
6247 IRExpr** env = LibVEX_Alloc_inline(n_tmps * sizeof(IRExpr*)); in do_XOR_TRANSFORM_IRSB()
6248 for (i = 0; i < n_tmps; i++) in do_XOR_TRANSFORM_IRSB()
6256 vassert(t >= 0 && t < n_tmps); in do_XOR_TRANSFORM_IRSB()