Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/
Disl_tab_pip.c149 struct isl_sol;
152 struct isl_sol *sol;
182 struct isl_sol { struct
191 void (*add)(struct isl_sol *sol, argument
193 void (*add_empty)(struct isl_sol *sol, struct isl_basic_set *bset); argument
194 void (*free)(struct isl_sol *sol); argument
198 static void sol_free(struct isl_sol *sol) in sol_free()
221 static void sol_push_sol(struct isl_sol *sol, in sol_push_sol()
328 static void sol_push_sol_mat(struct isl_sol *sol, in sol_push_sol_mat()
360 static void sol_pop_one(struct isl_sol *sol) in sol_pop_one()
[all …]