Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/
Dbasis_reduction_tab.c98 static int cut_lp_to_hyperplane(struct tab_lp *lp, isl_int *row);
111 #define GBR_lp_cut(lp, obj) cut_lp_to_hyperplane(lp, obj)
220 static int cut_lp_to_hyperplane(struct tab_lp *lp, isl_int *row) in cut_lp_to_hyperplane() function