Searched refs:LL_UPPER_BOUND (Results 1 – 2 of 2) sorted by relevance
321 for (expr = LL_UPPER_BOUND (loop); expr != NULL; expr = LLE_NEXT (expr)) in print_lambda_loop()549 if (!lle_equal (LL_UPPER_BOUND (loop), in compute_nest_using_fourier_motzkin()552 LLE_NEXT (expression) = LL_UPPER_BOUND (loop); in compute_nest_using_fourier_motzkin()553 LL_UPPER_BOUND (loop) = expression; in compute_nest_using_fourier_motzkin()668 expression = LL_UPPER_BOUND (loop); in lambda_compute_auxillary_space()698 expression = LL_UPPER_BOUND (loop); in lambda_compute_auxillary_space()895 auxillary_expr = LL_UPPER_BOUND (auxillary_loop); in lambda_compute_target_space()943 if (!lle_equal (LL_UPPER_BOUND (target_loop), target_expr, depth, in lambda_compute_target_space()946 LLE_NEXT (target_expr) = LL_UPPER_BOUND (target_loop); in lambda_compute_target_space()947 LL_UPPER_BOUND (target_loop) = target_expr; in lambda_compute_target_space()[all …]
120 #define LL_UPPER_BOUND(T) ((T)->upper_bound) macro