Home | History | Annotate | Download | only in Python

Lines Matching defs:b_next

56        block, not to be confused with b_next, which is next by control flow. */
64 /* If b_next is non-NULL, it is a pointer to the next
66 struct basicblock_ *b_next;
778 c->u->u_curblock->b_next = block;
787 c->u->u_curblock->b_next = block;
4828 if (b->b_next != NULL)
4829 dfs(c, b->b_next, a);
4881 if (b->b_next)
4882 maxdepth = stackdepth_walk(c, b->b_next, depth, maxdepth);
5325 block ends with a jump or return b_next shouldn't set.