Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/
Disl_test_python.py346 def mark_unroll(node): function
350 root = root.map_descendant_bottom_up(mark_unroll)
Disl_test_cpp-generic.cc306 auto mark_unroll = [](isl::schedule_node node) { in test_ast_build_unroll() local
313 root = root.map_descendant_bottom_up(mark_unroll); in test_ast_build_unroll()