Home
last modified time | relevance | path

Searched refs:inc_count (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_test_python.py336 def inc_count(node): function
339 root = root.map_descendant_bottom_up(inc_count)
353 def inc_count(node): function
356 root.foreach_descendant_top_down(inc_count)
360 def inc_count(node): function
363 root.foreach_descendant_top_down(inc_count)
H A Disl_test_cpp-checked.cc198 auto inc_count = [&count](isl::schedule_node node) { in test_schedule_tree() local
202 assert(root.foreach_descendant_top_down(inc_count).is_ok()); in test_schedule_tree()
H A Disl_test_cpp.cc228 auto inc_count = [&count](isl::schedule_node node) { in test_schedule_tree() local
232 root.foreach_descendant_top_down(inc_count); in test_schedule_tree()
H A Disl_test_cpp-generic.cc287 auto inc_count = [&count](isl::schedule_node node) { in test_schedule_tree_generic() local
291 root = root.map_descendant_bottom_up(inc_count); in test_schedule_tree_generic()
H A Disl_transitive_closure.c2590 static isl_stat inc_count(__isl_take isl_map *map, void *user) in inc_count() function
2718 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()