Searched refs:dump_constraints (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-structalias.c730 dump_constraints (FILE *file, int from) function
747 dump_constraints (stderr, 0);
6845 dump_constraints (dump_file, 0);
7334 dump_constraints (dump_file, 0);
7419 dump_constraints (dump_file, from);
/haiku-buildtools/isl/
H A Disl_map.c2393 static void dump_constraints(struct isl_basic_map *bmap, function
2423 dump_constraints(bmap, bmap->eq, bmap->n_eq, "=", out, indent);
2424 dump_constraints(bmap, bmap->ineq, bmap->n_ineq, ">=", out, indent);

Completed in 74 milliseconds