Searched refs:inc_count (Results 1 – 9 of 9) sorted by relevance
285 def inc_count(node): function288 root = root.map_descendant_bottom_up(inc_count)302 def inc_count(node): function305 root.foreach_descendant_top_down(inc_count)309 def inc_count(node): function312 root.foreach_descendant_top_down(inc_count)
194 auto inc_count = [&count](isl::schedule_node node) { in test_schedule_tree() local198 root.foreach_descendant_top_down(inc_count); in test_schedule_tree()
198 auto inc_count = [&count](isl::schedule_node node) { in test_schedule_tree() local202 assert(root.foreach_descendant_top_down(inc_count).is_ok()); in test_schedule_tree()
287 auto inc_count = [&count](isl::schedule_node node) { in test_schedule_tree_generic() local291 root = root.map_descendant_bottom_up(inc_count); in test_schedule_tree_generic()
2590 static isl_stat inc_count(__isl_take isl_map *map, void *user) in inc_count() function2718 if (isl_union_map_foreach_map(umap, inc_count, &n) < 0) in union_floyd_warshall()2770 if (isl_union_map_foreach_map(umap, inc_count, &n) < 0) in union_components()
24 def inc_count(self): member in InContextTest43 args=(self.inc_count, iters))
729 PyAPI_FUNC(void) inc_count(PyTypeObject *);731 #define _Py_INC_TPALLOCS(OP) inc_count(Py_TYPE(OP))
2463 int inc_count) { in CpuCacheCoherencyThread() argument2468 cc_inc_count_ = inc_count; in CpuCacheCoherencyThread()
139 inc_count(PyTypeObject *tp) in inc_count() function