Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_union_multi.c253 struct isl_hash_table_entry *group_entry; in FN() local
263 if (!group_entry || group_entry == isl_hash_table_entry_none) in FN()
264 return group_entry; in FN()
265 if (reserve && !group_entry->data) { in FN()
268 group_entry->data = group; in FN()
270 group = group_entry->data; in FN()
294 struct isl_hash_table_entry *group_entry; in FN() local
306 if (!group_entry) in FN()
311 group = group_entry->data; in FN()
392 if (!group_entry) in FN()
[all …]