OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:must_dep
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/isl/dist/
isl_flow.c
2080
* "
must_dep
" represents the full definite dependences
2093
isl_union_map *
must_dep
;
member in struct:isl_union_flow
2103
return flow ? isl_union_map_get_ctx(flow->
must_dep
) : NULL;
2112
isl_union_map_free(flow->
must_dep
);
2126
isl_union_map_dump(flow->
must_dep
);
2142
return isl_union_map_copy(flow->
must_dep
);
2153
return isl_union_map_union(isl_union_map_copy(flow->
must_dep
),
2166
dep = isl_union_map_copy(flow->
must_dep
);
2180
dep = isl_union_map_union(isl_union_map_copy(flow->
must_dep
),
2248
flow->
must_dep
= isl_union_map_copy(empty)
[
all
...]
isl_test.c
3684
isl_union_map *
must_dep
, *may_dep;
local
3696
&
must_dep
, &may_dep, NULL, NULL);
3698
isl_union_map_free(
must_dep
);
Completed in 30 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026