Home | History | Annotate | Download | only in gcc

Lines Matching defs:dfsnum

613     unsigned int dfsnum;
708 if (cstate->dfsnum < from_state->dfsnum)
709 from_state->low = MIN (cstate->dfsnum, from_state->low);
720 cstate->dfsnum = next_dfs_num++;
721 cstate->low = cstate->dfsnum;
747 if (cstate->low == cstate->dfsnum)
935 if (cstate->dfsnum < from_state->dfsnum)
936 from_state->low = MIN (cstate->dfsnum, from_state->low);