Searched refs:nb_vars_in_chrec (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-chrec.h90 extern unsigned nb_vars_in_chrec (tree);
H A Dtree-chrec.c1165 nb_vars_in_chrec ({{0, +, 1}_5, +, 2}_6) returns 2. */ function
1168 nb_vars_in_chrec (tree chrec)
1176 return 1 + nb_vars_in_chrec
H A Dtree-data-ref.c2562 nb_vars_a = nb_vars_in_chrec (chrec_a);
2563 nb_vars_b = nb_vars_in_chrec (chrec_b);

Completed in 58 milliseconds