Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_test_python.py360 ast = build.node_from(schedule)
380 ast = build.node_from(schedule)
383 ast = build_copy.node_from(schedule)
387 ast = build.node_from(schedule)
401 ast = build.node_from(schedule)
409 ast = build_copy.node_from(schedule)
413 ast = build.node_from(schedule)
H A Disl_test_cpp.cc265 auto ast = build.node_from(schedule); in test_ast_build()
279 auto ast = build_copy.node_from(schedule); in test_ast_build()
283 ast = build.node_from(schedule); in test_ast_build()
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()
/llvm-project-15.0.7/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