Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/
Dbasis_reduction_tab.c92 static int solve_lp(struct tab_lp *lp);
103 #define GBR_lp_solve(lp) solve_lp(lp)
179 static int solve_lp(struct tab_lp *lp) in solve_lp() function
Disl_scheduler.c3110 static __isl_give isl_vec *solve_lp(isl_ctx *ctx, struct isl_sched_graph *graph) in solve_lp() function
5885 sol = solve_lp(ctx, graph); in compute_schedule_wcc_band()