Home
last modified time | relevance | path

Searched refs:isl_access_info_alloc (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dflow.h48 __isl_give isl_access_info *isl_access_info_alloc(__isl_take isl_map *sink,
/netbsd-src/external/mit/isl/dist/
H A Disl_flow.c214 __isl_give isl_access_info *isl_access_info_alloc(__isl_take isl_map *sink, in isl_access_info_alloc() function
2524 data->accesses = isl_access_info_alloc(isl_map_copy(map), in compute_flow()
3084 access = isl_access_info_alloc(isl_map_copy(sink->access), sink->node, in compute_single_flow()
H A Disl_test.c3500 ai = isl_access_info_alloc(map, &depth, &common_space, 2); in test_dep()
3530 ai = isl_access_info_alloc(map, &depth, &common_space, 2); in test_dep()
3559 ai = isl_access_info_alloc(map, &depth, &common_space, 2); in test_dep()
3589 ai = isl_access_info_alloc(map, &depth, &common_space, 2); in test_dep()
3619 ai = isl_access_info_alloc(map, &depth, &common_space, 2); in test_dep()
3651 ai = isl_access_info_alloc(map, &depth, &common_space, 1); in test_dep()
/netbsd-src/external/mit/isl/dist/doc/
H A Duser.pod11115 __isl_give isl_access_info *isl_access_info_alloc(
11143 be created through a call to C<isl_access_info_alloc>.