Home
last modified time | relevance | path

Searched refs:entryblock (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Python/
Dcompile.c3478 basicblock *b, *entryblock; in stackdepth() local
3479 entryblock = NULL; in stackdepth()
3483 entryblock = b; in stackdepth()
3485 if (!entryblock) in stackdepth()
3487 return stackdepth_walk(c, entryblock, 0, 0); in stackdepth()
3911 basicblock *b, *entryblock; in assemble() local
3928 entryblock = NULL; in assemble()
3931 entryblock = b; in assemble()
3936 if (entryblock && entryblock->b_instr) in assemble()
3937 c->u->u_firstlineno = entryblock->b_instr->i_lineno; in assemble()
[all …]
/external/python/cpython3/Python/
Dcompile.c5486 basicblock *b, *entryblock = NULL; in stackdepth() local
5491 entryblock = b; in stackdepth()
5494 if (!entryblock) in stackdepth()
5503 stackdepth_push(&sp, entryblock, 0); in stackdepth()
6015 basicblock *b, *entryblock; in assemble() local
6032 entryblock = NULL; in assemble()
6035 entryblock = b; in assemble()
6040 if (entryblock && entryblock->b_instr && entryblock->b_instr->i_lineno) in assemble()
6041 c->u->u_firstlineno = entryblock->b_instr->i_lineno; in assemble()
6047 dfs(c, entryblock, &a, nblocks); in assemble()
/external/llvm/lib/Target/
DREADME.txt920 This was noticed in the entryblock for grokdeclarator in 403.gcc:
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DREADME.txt920 This was noticed in the entryblock for grokdeclarator in 403.gcc:
/external/llvm-project/llvm/lib/Target/
DREADME.txt920 This was noticed in the entryblock for grokdeclarator in 403.gcc: