Home
last modified time | relevance | path

Searched refs:node_from (Results 1 – 5 of 5) sorted by relevance

/llvm-project/polly/lib/External/isl/
H A Disl_test_python.py450 ast = build.node_from(schedule)
472 ast = build.node_from(schedule)
475 ast = build_copy.node_from(schedule)
479 ast = build.node_from(schedule)
495 ast = build.node_from(schedule)
503 ast = build_copy.node_from(schedule)
507 ast = build.node_from(schedule)
H A Disl_test_cpp-generic.cc324 auto ast = build.node_from(schedule); in test_ast_build_unroll()
348 auto ast = build.node_from(schedule); in test_ast_build_generic()
351 ast = build_copy.node_from(schedule); in test_ast_build_generic()
355 ast = build.node_from(schedule); in test_ast_build_generic()
H A Disl_test_cpp-checked.cc257 auto ast = build.node_from(schedule); in test_ast_build()
268 ast = build_copy.node_from(schedule); in test_ast_build()
273 ast = build.node_from(schedule); in test_ast_build()
H A Disl_test_cpp.cc299 auto ast = build.node_from(schedule); in test_ast_build()
313 auto ast = build_copy.node_from(schedule); in test_ast_build()
317 ast = build.node_from(schedule); in test_ast_build()
/llvm-project/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h598 inline isl::ast_node node_from(isl::schedule schedule) const;
6118 isl::ast_node ast_build::node_from(isl::schedule schedule) const in node_from() function