Searched refs:stackdepth_walk (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Python/ |
D | compile.c | 3429 stackdepth_walk(struct compiler *c, basicblock *b, int depth, int maxdepth) in stackdepth_walk() function 3457 maxdepth = stackdepth_walk(c, instr->i_target, in stackdepth_walk() 3466 maxdepth = stackdepth_walk(c, b->b_next, depth, maxdepth); in stackdepth_walk() 3487 return stackdepth_walk(c, entryblock, 0, 0); in stackdepth()
|