Searched refs:entryblock (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Python/ |
D | compile.c | 3478 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/ |
D | compile.c | 5004 basicblock *b, *entryblock = NULL; in stackdepth() local 5009 entryblock = b; in stackdepth() 5012 if (!entryblock) in stackdepth() 5021 stackdepth_push(&sp, entryblock, 0); in stackdepth() 5482 basicblock *b, *entryblock; in assemble() local 5499 entryblock = NULL; in assemble() 5502 entryblock = b; in assemble() 5507 if (entryblock && entryblock->b_instr && entryblock->b_instr->i_lineno) in assemble() 5508 c->u->u_firstlineno = entryblock->b_instr->i_lineno; in assemble() 5514 dfs(c, entryblock, &a, nblocks); in assemble()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ |
D | README.txt | 920 This was noticed in the entryblock for grokdeclarator in 403.gcc:
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | README.txt | 964 This was noticed in the entryblock for grokdeclarator in 403.gcc:
|
/external/llvm/lib/Target/ |
D | README.txt | 920 This was noticed in the entryblock for grokdeclarator in 403.gcc:
|