Home
last modified time | relevance | path

Searched refs:isl_union_flow_get_must_dependence (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/polly/lib/External/isl/include/isl/
Dflow.h121 __isl_give isl_union_map *isl_union_flow_get_must_dependence(
Dcpp-checked.h11071 auto res = isl_union_flow_get_must_dependence(get()); in must_dependence()
Disl-noexceptions.h16313 auto res = isl_union_flow_get_must_dependence(get()); in get_must_dependence()
Dcpp.h15590 auto res = isl_union_flow_get_must_dependence(get()); in must_dependence()
/external/llvm-project/polly/lib/Analysis/
DDependenceInfo.cpp437 StrictWAW = isl_union_flow_get_must_dependence(Flow); in calculateDependences()
/external/llvm-project/polly/lib/External/isl/
Disl_flow.c2153 __isl_give isl_union_map *isl_union_flow_get_must_dependence( in isl_union_flow_get_must_dependence() function
3314 *must_dep = isl_union_flow_get_must_dependence(flow); in isl_union_map_compute_flow()
Disl_test.c4613 dep = isl_union_flow_get_must_dependence(flow); in test_special_conditional_schedule_constraints()
/external/llvm-project/polly/lib/External/isl/interface/
Disl.py13635 res = isl.isl_union_flow_get_must_dependence(arg0.ptr)
13661 isl.isl_union_flow_get_must_dependence.restype = c_void_p
13662 isl.isl_union_flow_get_must_dependence.argtypes = [c_void_p]
/external/llvm-project/polly/lib/External/isl/doc/
Duser.pod10376 __isl_give isl_union_map *isl_union_flow_get_must_dependence(
10395 The relation returned by C<isl_union_flow_get_must_dependence>
10413 by C<isl_union_flow_get_must_dependence>.