Searched refs:if_count (Results 1 – 5 of 5) sorted by relevance
385 Py_ssize_t i, if_count; in append_ast_comprehension() local392 if_count = asdl_seq_LEN(gen->ifs); in append_ast_comprehension()393 for (i = 0; i < if_count; i++) { in append_ast_comprehension()
486 ++s.if_count; in collect_stats()524 sblog << " if_count : " << if_count << "\n"; in dump()
136 s.if_count != 1 || s.repeat_count || s.uses_ar) in check_and_convert()
748 unsigned if_count; member754 repeat_count(), if_count(), uses_ar(false) {} in node_stats()
2224 int if_count = 0, loop_count = 0; in set_branchtargets() local2232 if_count++; in set_branchtargets()2246 if_stack = rzalloc_array(v->mem_ctx, int, if_count); in set_branchtargets()