Home
last modified time | relevance | path

Searched defs: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
353 def inc_count(node): function
360 def inc_count(node): function
H A Disl_test_cpp-checked.cc198 auto inc_count = [&count](isl::schedule_node node) { in test_schedule_tree() local
H A Disl_test_cpp.cc228 auto inc_count = [&count](isl::schedule_node node) { in test_schedule_tree() local
H A Disl_test_cpp-generic.cc287 auto inc_count = [&count](isl::schedule_node node) { in test_schedule_tree_generic() local
H A Disl_transitive_closure.c2590 static isl_stat inc_count(__isl_take isl_map *map, void *user) in inc_count() function