Home
last modified time | relevance | path

Searched refs:if_count (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Python/
Dast_unparse.c390 Py_ssize_t i, if_count; in append_ast_comprehension() local
397 if_count = asdl_seq_LEN(gen->ifs); in append_ast_comprehension()
398 for (i = 0; i < if_count; i++) { in append_ast_comprehension()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ir.cpp486 ++s.if_count; in collect_stats()
524 sblog << " if_count : " << if_count << "\n"; in dump()
Dsb_if_conversion.cpp136 s.if_count != 1 || s.repeat_count || s.uses_ar) in check_and_convert()
Dsb_ir.h749 unsigned if_count; member
755 repeat_count(), if_count(), uses_ar(false) {} in node_stats()