Searched refs:OMEGA_MAX_VARS (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | omega.h | 33 #define OMEGA_MAX_VARS PARAM_VALUE (PARAM_OMEGA_MAX_VARS) macro 222 res[i].coef = (int *) (xcalloc (OMEGA_MAX_VARS + 1, sizeof (int))); in omega_alloc_eqns() 248 && -OMEGA_MAX_VARS <= e->key && e->key <= OMEGA_MAX_VARS); in single_var_geq() 303 omega_free_eqns (pb->subs, OMEGA_MAX_VARS + 1); in omega_free_problem() 335 for (i = OMEGA_MAX_VARS; i >= 0; i--) in omega_copy_problem()
|
| HD | omega.c | 459 OMEGA_MAX_VARS * OMEGA_MAX_VARS); in omega_pretty_print_problem() 460 int **po_eq = XNEWVEC (int *, OMEGA_MAX_VARS * OMEGA_MAX_VARS); in omega_pretty_print_problem() 461 int *last_links = XNEWVEC (int, OMEGA_MAX_VARS); in omega_pretty_print_problem() 462 int *first_links = XNEWVEC (int, OMEGA_MAX_VARS); in omega_pretty_print_problem() 463 int *chain_length = XNEWVEC (int, OMEGA_MAX_VARS); in omega_pretty_print_problem() 464 int *chain = XNEWVEC (int, OMEGA_MAX_VARS); in omega_pretty_print_problem() 2651 bool *unprotect = XNEWVEC (bool, OMEGA_MAX_VARS); in chain_unprotect() 2822 bool *is_red_var = XNEWVEC (bool, OMEGA_MAX_VARS); in free_red_eliminations() 2823 bool *is_dead_var = XNEWVEC (bool, OMEGA_MAX_VARS); in free_red_eliminations() 4968 next_key = OMEGA_MAX_VARS + 1; in omega_simplify_problem() [all …]
|