Home
last modified time | relevance | path

Searched refs:dep_flow (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/polly/lib/External/ppcg/
Dppcg.c466 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()
Dcpu.c138 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()
Dppcg.h98 isl_union_map *dep_flow; member
Dhybrid.c1100 flow = isl_union_map_copy(scop->dep_flow); in collect_deps()
Dgpu.c4381 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()
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp2741 PPCGScop->dep_flow = nullptr; in createPPCGScop()