Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/
Dbasis_reduction_tab.c96 static void get_alpha(struct tab_lp* lp, int row, GBR_type *alpha);
108 #define GBR_lp_get_alpha(lp, row, alpha) get_alpha(lp, row, alpha)
282 static void get_alpha(struct tab_lp* lp, int row, GBR_type *alpha) in get_alpha() function