Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DDependenceInfo.cpp600 RAW = isl_union_map_zip(RAW); in calculateDependences()
601 WAW = isl_union_map_zip(WAW); in calculateDependences()
602 WAR = isl_union_map_zip(WAR); in calculateDependences()
603 RED = isl_union_map_zip(RED); in calculateDependences()
604 TC_RED = isl_union_map_zip(TC_RED); in calculateDependences()
/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dppcg.c656 tf = isl_union_map_zip(tf); in remove_independences_from_tagged_flow()
659 tf = isl_union_map_zip(tf); in remove_independences_from_tagged_flow()
H A Dgpu.c309 order = isl_union_map_zip(order); in collect_order_dependences()
3739 local = isl_union_map_zip(local); in compute_sync_writes()
3750 local = isl_union_map_zip(local); in compute_sync_writes()
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Dunion_map.h353 __isl_give isl_union_map *isl_union_map_zip(__isl_take isl_union_map *umap);
H A Disl-noexceptions.h20929 auto res = isl_union_map_zip(copy()); in zip()
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_scheduler.c3370 umap = isl_union_map_zip(umap); in intersect_domains()
3373 umap = isl_union_map_zip(umap); in intersect_domains()
3481 umap = isl_union_map_zip(umap); in is_condition_false()
6349 tagged = isl_union_map_zip(tagged); in add_conditional_constraints()
6352 tagged = isl_union_map_zip(tagged); in add_conditional_constraints()
H A Disl_transitive_closure.c2934 umap = isl_union_map_zip(umap); in isl_union_map_power()
H A Disl_union_map.c3335 __isl_give isl_union_map *isl_union_map_zip(__isl_take isl_union_map *umap) in isl_union_map_zip() function
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Duser.pod6838 __isl_give isl_union_map *isl_union_map_zip(