reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1391 phase = isl_calloc_type(ctx, struct ppcg_ht_phase); 1392 if (!phase) 1394 phase->tiling = ppcg_ht_tiling_copy(tiling); 1395 phase->time_tile = isl_aff_copy(tiling->time_tile); 1396 phase->local_time = isl_aff_copy(tiling->local_time); 1397 phase->shift_space = isl_aff_copy(tiling->shift_space); 1398 phase->domain = isl_set_copy(tiling->hex); 1400 return check_phase(phase);