Searched refs:inc_count (Results 1 – 5 of 5) sorted by relevance
336 def inc_count(node): function339 root = root.map_descendant_bottom_up(inc_count)353 def inc_count(node): function356 root.foreach_descendant_top_down(inc_count)360 def inc_count(node): function363 root.foreach_descendant_top_down(inc_count)
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()
228 auto inc_count = [&count](isl::schedule_node node) { in test_schedule_tree() local232 root.foreach_descendant_top_down(inc_count); 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()