Searched refs:if_count (Results 1 – 5 of 5) sorted by relevance
390 Py_ssize_t i, if_count; in append_ast_comprehension() local397 if_count = asdl_seq_LEN(gen->ifs); in append_ast_comprehension()398 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()
749 unsigned if_count; member755 repeat_count(), if_count(), uses_ar(false) {} in node_stats()
2225 int if_count = 0, loop_count = 0; in set_branchtargets() local2233 if_count++; in set_branchtargets()2247 if_stack = rzalloc_array(v->mem_ctx, int, if_count); in set_branchtargets()