Home
last modified time | relevance | path

Searched refs:inc_count_once (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/polly/lib/External/isl/
Disl_test_cpp.cc202 auto inc_count_once = [&count](isl::schedule_node node) { in test_schedule_tree() local
206 root.foreach_descendant_top_down(inc_count_once); in test_schedule_tree()
Disl_test_cpp-checked.cc206 auto inc_count_once = [&count](isl::schedule_node node) { in test_schedule_tree() local
210 assert(root.foreach_descendant_top_down(inc_count_once).is_ok()); in test_schedule_tree()