Searched refs:fail_map (Results 1 – 3 of 3) sorted by relevance
180 auto fail_map = [](isl::schedule_node node) { in test_schedule_tree() local186 root.map_descendant_bottom_up(fail_map); in test_schedule_tree()
192 auto fail_map = [](isl::schedule_node node) { in test_schedule_tree() local195 assert(root.map_descendant_bottom_up(fail_map).is_null()); in test_schedule_tree()
291 def fail_map(node): function296 root.map_descendant_bottom_up(fail_map)