OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:may_source
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mit/isl/dist/include/isl/
flow.h
85
__isl_take isl_union_map *
may_source
);
146
__isl_take isl_union_map *
may_source
,
cpp-checked.h
3881
inline isl::checked::union_access_info set_may_source(isl::checked::union_map
may_source
) const;
18267
isl::checked::union_access_info union_access_info::set_may_source(isl::checked::union_map
may_source
) const
18269
auto res = isl_union_access_info_set_may_source(copy(),
may_source
.release());
cpp.h
3947
inline isl::union_access_info set_may_source(isl::union_map
may_source
) const;
25832
isl::union_access_info union_access_info::set_may_source(isl::union_map
may_source
) const
25834
if (!ptr ||
may_source
.is_null())
25838
auto res = isl_union_access_info_set_may_source(copy(),
may_source
.release());
/src/external/mit/isl/dist/
isl_flow.c
1638
/* Replace the possible source accesses of "access" by "
may_source
".
1642
__isl_take isl_union_map *
may_source
)
1645
may_source
);
1794
[isl_ai_key_may_source] = "
may_source
",
2337
isl_union_map *
may_source
;
member in struct:isl_compute_flow_data
2516
if (isl_union_map_foreach_map(data->
may_source
,
2536
if (isl_union_map_foreach_map(data->
may_source
,
2701
data.
may_source
= access->access[isl_access_may_source];
3304
__isl_take isl_union_map *
may_source
,
3315
access = isl_union_access_info_set_may_source(access,
may_source
);
[
all
...]
Completed in 86 milliseconds
Indexes created Tue Sep 01 00:24:37 UTC 2026