Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-structalias.c2756 bool solution_empty; in solve_graph() local
2787 solution_empty = bitmap_empty_p (solution); in solve_graph()
2804 if (!solution_empty || c->lhs.type != DEREF) in solve_graph()
2809 solution_empty = bitmap_empty_p (solution); in solve_graph()
2811 if (!solution_empty) in solve_graph()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-structalias.cc2762 bool solution_empty; in solve_graph() local
2793 solution_empty = bitmap_empty_p (solution); in solve_graph()
2810 if (!solution_empty || c->lhs.type != DEREF) in solve_graph()
2815 solution_empty = bitmap_empty_p (solution); in solve_graph()
2817 if (!solution_empty) in solve_graph()