Home | History | Annotate | Download | only in ssa

Lines Matching refs:reachable

100     private int reachable = -1;
847 * Returns true if this block was last calculated to be reachable.
850 * @return {@code true} if reachable
853 if (reachable == -1) {
856 return (reachable == 1);
865 reachable = reach;