Searched refs:ppcg_ht_phase (Results 1 – 3 of 3) sorted by relevance
12 struct ppcg_ht_phase;13 typedef struct ppcg_ht_phase ppcg_ht_phase; typedef30 __isl_keep ppcg_ht_phase *ppcg_ht_phase_extract_from_mark(33 __isl_keep ppcg_ht_phase *phase, __isl_take isl_schedule_node *node);
347 struct ppcg_ht_phase { struct361 static __isl_null ppcg_ht_phase *ppcg_ht_phase_free( in ppcg_ht_phase_free() argument362 __isl_take ppcg_ht_phase *phase) in ppcg_ht_phase_free()384 ppcg_ht_phase *phase = user; in ppcg_ht_phase_free_wrap()391 static __isl_give isl_set *ppcg_ht_phase_get_domain(ppcg_ht_phase *phase) in ppcg_ht_phase_get_domain()405 __isl_keep ppcg_ht_phase *phase) in ppcg_ht_phase_get_input_space()1364 static __isl_give ppcg_ht_phase *check_phase(__isl_take ppcg_ht_phase *phase) in check_phase()1381 static __isl_give ppcg_ht_phase *construct_phase( in construct_phase()1385 ppcg_ht_phase *phase; in construct_phase()1391 phase = isl_calloc_type(ctx, struct ppcg_ht_phase); in construct_phase()[all …]
69 ppcg_ht_phase *phase; in update_phase()