Searched refs:must_kill (Results 1 – 1 of 1) sorted by relevance
5762 isl_union_map *must_kill; in compute_may_persist() local5779 must_kill = isl_union_map_copy(prog->tagged_must_kill); in compute_may_persist()5780 killed = isl_union_map_range(must_kill); in compute_may_persist()5781 must_kill = isl_union_map_copy(prog->must_write); in compute_may_persist()5782 killed = isl_union_set_union(killed, isl_union_map_range(must_kill)); in compute_may_persist()