Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/ppcg/
Dppcg.c398 kills = isl_union_map_union(isl_union_map_copy(ps->must_writes), in compute_live_out()
694 isl_union_map_copy(ps->must_writes)); in compute_flow_dep()
740 isl_union_map_copy(scop->must_writes)); in compute_dependences()
850 isl_union_map_free(ps->must_writes); in ppcg_scop_free()
909 ps->must_writes = pet_scop_get_must_writes(scop); in ppcg_scop_from_pet_scop()
924 !ps->may_writes || !ps->must_writes || !ps->tagged_must_kills || in ppcg_scop_from_pet_scop()
Dppcg.h89 isl_union_map *must_writes; member
Dgpu.c5815 prog->must_write = isl_union_map_copy(scop->must_writes); in gpu_prog_alloc()
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp2733 PPCGScop->must_writes = S->getMustWrites().release(); in createPPCGScop()
3067 PPCGProg->must_write = isl_union_map_copy(PPCGScop->must_writes); in createPPCGProg()