HomeSort by: relevance | last modified time | path
    Searched refs:eq2 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-common.cc 933 in the list, eq2 is not. */
936 new_condition (segment_info *v, gfc_equiv *eq1, gfc_equiv *eq2)
942 offset2 = calculate_offset (eq2->expr);
944 a = get_segment_info (eq2->expr->symtree->n.sym,
957 gfc_equiv *eq2)
962 offset2 = calculate_offset (eq2->expr);
972 If eq2 is also present then confirm that the condition holds.
976 add_condition (segment_info *f, gfc_equiv *eq1, gfc_equiv *eq2)
980 n = find_segment_info (eq2->expr->symtree->n.sym);
983 new_condition (f, eq1, eq2);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-common.cc 933 in the list, eq2 is not. */
936 new_condition (segment_info *v, gfc_equiv *eq1, gfc_equiv *eq2)
942 offset2 = calculate_offset (eq2->expr);
944 a = get_segment_info (eq2->expr->symtree->n.sym,
957 gfc_equiv *eq2)
962 offset2 = calculate_offset (eq2->expr);
972 If eq2 is also present then confirm that the condition holds.
976 add_condition (segment_info *f, gfc_equiv *eq1, gfc_equiv *eq2)
980 n = find_segment_info (eq2->expr->symtree->n.sym);
983 new_condition (f, eq1, eq2);
    [all...]
  /src/external/mit/isl/dist/
isl_coalesce.c 2830 * and "eq2" of "info2". If so, align them with those of "info2".
2862 __isl_keep isl_basic_set *eq2)
2888 isl_basic_set_copy(eq2));
2933 isl_basic_set *eq1, *eq2; local
2950 eq2 = isl_basic_map_wrap(isl_basic_map_plain_affine_hull(bmap2));
2951 equal = isl_basic_set_plain_is_equal(eq1, eq2);
2957 r = harmonize_divs_with_hulls(info1, info2, eq1, eq2);
2959 isl_basic_set_free(eq2);

Completed in 42 milliseconds