Searched refs:dep_flow (Results 1 – 6 of 6) sorted by relevance
466 ps->dep_flow = isl_union_map_copy(ps->tagged_dep_flow); in derive_flow_dep_from_tagged_flow_dep()467 ps->dep_flow = isl_union_map_factor_domain(ps->dep_flow); in derive_flow_dep_from_tagged_flow_dep()701 ps->dep_flow = isl_union_flow_get_may_dependence(flow); in compute_flow_dep()784 dep = isl_union_map_copy(ps->dep_flow); in eliminate_dead_code()809 ps->dep_flow = isl_union_map_intersect_range(ps->dep_flow, in eliminate_dead_code()855 isl_union_map_free(ps->dep_flow); in ppcg_scop_free()
138 deps = isl_union_map_copy(scop->dep_flow); in ast_schedule_dim_is_parallel()625 validity = isl_union_map_copy(ps->dep_flow); in construct_cpu_schedule_constraints()634 validity = isl_union_map_copy(ps->dep_flow); in construct_cpu_schedule_constraints()644 isl_union_map_copy(ps->dep_flow)); in construct_cpu_schedule_constraints()
98 isl_union_map *dep_flow; member
1100 flow = isl_union_map_copy(scop->dep_flow); in collect_deps()
4381 proximity = isl_union_map_copy(prog->scop->dep_flow); in construct_schedule_constraints()4393 dep_raw = isl_union_map_copy(prog->scop->dep_flow); in construct_schedule_constraints()
2741 PPCGScop->dep_flow = nullptr; in createPPCGScop()