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

/freebsd-10.0-release/contrib/gcc/
H A Dtree-ssa-structalias.c2089 bool solution_empty; local
2104 solution_empty = bitmap_empty_p (solution);
2113 if (!solution_empty || c->lhs.type != DEREF)
2117 solution_empty = bitmap_empty_p (solution);
2119 if (!solution_empty)

Completed in 133 milliseconds