Searched refs:cycletop (Results 1 – 1 of 1) sorted by relevance
37 int cycletop; member137 dfn_stack[dfn_depth].cycletop = dfn_depth; in dfn_pre_visit()173 int cycletop; in dfn_findcycle() local178 for (cycletop = dfn_depth; cycletop > 0; cycletop -= 1) { in dfn_findcycle()179 cycleheadp = dfn_stack[cycletop].nlentryp; in dfn_findcycle()188 if (cycletop <= 0) { in dfn_findcycle()203 dfn_depth, cycletop); in dfn_findcycle()209 if (cycletop == dfn_depth) { in dfn_findcycle()249 for (index = cycletop + 1; index <= dfn_depth; index += 1) { in dfn_findcycle()