Home
last modified time | relevance | path

Searched refs:solution_empty (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDtree-ssa-structalias.c2560 bool solution_empty; in solve_graph() local
2580 solution_empty = bitmap_empty_p (solution); in solve_graph()
2596 if (!solution_empty || c->lhs.type != DEREF) in solve_graph()
2600 solution_empty = bitmap_empty_p (solution); in solve_graph()
2602 if (!solution_empty) in solve_graph()
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-ssa-structalias.c2707 bool solution_empty; in solve_graph() local
2738 solution_empty = bitmap_empty_p (solution); in solve_graph()
2755 if (!solution_empty || c->lhs.type != DEREF) in solve_graph()
2760 solution_empty = bitmap_empty_p (solution); in solve_graph()
2762 if (!solution_empty) in solve_graph()