Lines Matching refs:mupa2
6021 __isl_take isl_multi_union_pw_aff *mupa2);
6121 isl_multi_union_pw_aff *mupa1, *mupa2, *res; in test_bin_mupa() local
6126 mupa2 = isl_multi_union_pw_aff_read_from_str(ctx, in test_bin_mupa()
6130 mupa1 = mupa_bin_tests[i].fn(mupa1, mupa2); in test_bin_mupa()
10173 isl_multi_union_pw_aff *mupa, *mupa2; in test_schedule_tree_prefix() local
10193 mupa2 = isl_multi_union_pw_aff_read_from_str(ctx, str); in test_schedule_tree_prefix()
10194 equal = isl_multi_union_pw_aff_plain_is_equal(mupa, mupa2); in test_schedule_tree_prefix()
10195 isl_multi_union_pw_aff_free(mupa2); in test_schedule_tree_prefix()
10509 isl_multi_union_pw_aff *mupa, *mupa2; in test_tile() local
10531 mupa2 = isl_schedule_node_band_get_partial_schedule(node); in test_tile()
10532 equal = isl_multi_union_pw_aff_plain_is_equal(mupa, mupa2); in test_tile()
10534 isl_multi_union_pw_aff_free(mupa2); in test_tile()
10540 mupa2 = isl_schedule_node_band_get_partial_schedule(node); in test_tile()
10543 mupa2); in test_tile()
10545 isl_multi_union_pw_aff_free(mupa2); in test_tile()