reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5779 must_kill = isl_union_map_copy(prog->tagged_must_kill); 5780 killed = isl_union_map_range(must_kill); 5781 must_kill = isl_union_map_copy(prog->must_write); 5782 killed = isl_union_set_union(killed, isl_union_map_range(must_kill));