Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dhybrid.c1605 __isl_keep ppcg_ht_phase *phase0, __isl_keep ppcg_ht_phase *phase1) in combine_time_tile() argument
1610 if (!phase0 || !phase1) in combine_time_tile()
1613 T = isl_aff_copy(phase0->time_tile); in combine_time_tile()
1614 time = isl_pw_aff_alloc(ppcg_ht_phase_get_domain(phase0), T); in combine_time_tile()
2087 isl_union_set *phase0; in ppcg_ht_bounds_insert_tiling() local
2114 phase0 = isl_union_set_from_set(ppcg_ht_phase_get_domain(phase_0)); in ppcg_ht_bounds_insert_tiling()
2115 phase0 = isl_union_set_preimage_union_pw_multi_aff(phase0, in ppcg_ht_bounds_insert_tiling()
2121 phases = isl_union_set_list_add(phases, phase0); in ppcg_ht_bounds_insert_tiling()