Searched refs:LL_LOWER_BOUND (Results 1 – 2 of 2) sorted by relevance
416 expression = LL_LOWER_BOUND (loop); in lambda_lattice_compute_base()526 if (!lle_equal (LL_LOWER_BOUND (loop), in compute_nest_using_fourier_motzkin()529 LLE_NEXT (expression) = LL_LOWER_BOUND (loop); in compute_nest_using_fourier_motzkin()530 LL_LOWER_BOUND (loop) = expression; in compute_nest_using_fourier_motzkin()666 expression = LL_LOWER_BOUND (loop); in lambda_compute_auxillary_space()700 expression = LL_LOWER_BOUND (loop); in lambda_compute_auxillary_space()838 auxillary_expr = LL_LOWER_BOUND (auxillary_loop); in lambda_compute_target_space()890 LLE_NEXT (target_expr) = LL_LOWER_BOUND (target_loop); in lambda_compute_target_space()891 LL_LOWER_BOUND (target_loop) = target_expr; in lambda_compute_target_space()959 tmp_expr = LL_LOWER_BOUND (target_loop); in lambda_compute_target_space()[all …]
119 #define LL_LOWER_BOUND(T) ((T)->lower_bound) macro