Home
last modified time | relevance | path

Searched refs:isl_schedule_from_domain (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_schedule.c72 __isl_give isl_schedule *isl_schedule_from_domain( in isl_schedule_from_domain() function
88 return isl_schedule_from_domain(isl_union_set_empty(space)); in isl_schedule_empty()
H A Disl_test.c10348 sched1 = isl_schedule_from_domain(uset); in test_schedule_tree()
10350 sched2 = isl_schedule_from_domain(uset); in test_schedule_tree()
H A Disl_schedule_node.c71 schedule = isl_schedule_from_domain(domain); in isl_schedule_node_from_domain()
H A Disl_scheduler.c5902 return isl_schedule_from_domain(domain); in isl_schedule_constraints_compute_schedule()
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dschedule.h133 __isl_give isl_schedule *isl_schedule_from_domain(
H A Dcpp-checked.h15673 auto res = isl_schedule_from_domain(domain.release()); in from_domain()
H A Dcpp.h21622 auto res = isl_schedule_from_domain(domain.release()); in from_domain()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgraphite-sese-to-poly.cc1083 return isl_schedule_from_domain (ud); in build_schedule_pbb()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgraphite-sese-to-poly.c1087 return isl_schedule_from_domain (ud); in build_schedule_pbb()
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py14813 res = isl.isl_schedule_from_domain(isl.isl_union_set_copy(arg0.ptr))
14858 isl.isl_schedule_from_domain.restype = c_void_p
14859 isl.isl_schedule_from_domain.argtypes = [c_void_p]
/netbsd-src/external/mit/isl/dist/doc/
H A Duser.pod10070 __isl_give isl_schedule *isl_schedule_from_domain(