Searched refs:collect_filters (Results 1 – 3 of 3) sorted by relevance
230 auto collect_filters = [&filters](isl::schedule_node node) { in test_schedule_tree() local237 root.every_descendant(collect_filters); in test_schedule_tree()
226 auto collect_filters = [&filters](isl::schedule_node node) { in test_schedule_tree() local233 assert(!root.every_descendant(collect_filters).is_error()); in test_schedule_tree()
331 def collect_filters(node): function335 root.every_descendant(collect_filters)