reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/basis_reduction_tab.c
   93 static void get_obj_val(struct tab_lp* lp, GBR_type *F);
   96 static void get_alpha(struct tab_lp* lp, int row, GBR_type *alpha);
  246 static void get_obj_val(struct tab_lp* lp, GBR_type *F)
  282 static void get_alpha(struct tab_lp* lp, int row, GBR_type *alpha)
tools/polly/lib/External/isl/basis_reduction_templ.c
   20 static void save_alpha(GBR_LP *lp, int first, int n, GBR_type *alpha)
   56 	GBR_type F_old, alpha, F_new;
   60 	GBR_type *F = NULL;
   61 	GBR_type *alpha_buffer[2] = { NULL, NULL };
   62 	GBR_type *alpha_saved;
   63 	GBR_type F_saved;
   66 	GBR_type mu_F[2];
   67 	GBR_type two;
   68 	GBR_type one;
  110 	F = isl_alloc_array(ctx, GBR_type, n_bounded);
  111 	alpha_buffer[0] = isl_alloc_array(ctx, GBR_type, n_bounded);
  112 	alpha_buffer[1] = isl_alloc_array(ctx, GBR_type, n_bounded);