Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dgpu_group.h34 int exact_write; member
H A Dgpu_group.c852 group->exact_write = access->exact_write; in populate_array_references()
921 group->exact_write = group1->exact_write && group2->exact_write; in join_groups()
1111 if (!force_private && !group->exact_write) in compute_group_bounds_core()
H A Dgpu.h25 int exact_write; member
H A Dgpu.c5500 access->exact_write = 1; in extract_access()
5502 access->exact_write = 0; in extract_access()
5508 access->exact_write = isl_union_map_is_equal(must, may); in extract_access()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp2809 Access->exact_write = !Acc->isMayWrite(); in getStmtAccesses()