Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/
Disl_flow.c478 isl_flow_free(dep); in isl_flow_alloc()
522 __isl_null isl_flow *isl_flow_free(__isl_take isl_flow *deps) in isl_flow_free() function
1008 return isl_flow_free(flow); in handle_coscheduled()
1030 return isl_flow_free(flow); in handle_coscheduled()
1105 isl_flow_free(res); in compute_mem_based_dependences()
1299 isl_flow_free(res); in compute_val_based_dependences()
1350 isl_flow_free(res); in access_info_compute_flow_core()
1392 isl_flow_free(res); in isl_access_info_compute_flow()
2554 isl_flow_free(flow); in compute_flow()
3107 isl_flow_free(flow); in compute_single_flow()
Disl_test.c3390 isl_flow_free(flow); in test_dep()
3419 isl_flow_free(flow); in test_dep()
3449 isl_flow_free(flow); in test_dep()
3479 isl_flow_free(flow); in test_dep()
3509 isl_flow_free(flow); in test_dep()
3536 isl_flow_free(flow); in test_dep()
/external/llvm-project/polly/lib/External/isl/include/isl/
Dflow.h66 __isl_null isl_flow *isl_flow_free(__isl_take isl_flow *deps);
/external/llvm-project/polly/lib/External/isl/doc/
Duser.pod10455 __isl_null isl_flow *isl_flow_free(
10521 C<isl_flow_free> to free all associated memory.