Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/
Dbasis_reduction_tab.c95 static int add_lp_row(struct tab_lp *lp, isl_int *row, int dim);
107 #define GBR_lp_add_row(lp, row, dim) add_lp_row(lp, row, dim)
268 static int add_lp_row(struct tab_lp *lp, isl_int *row, int dim) in add_lp_row() function