Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c3477 basicblock *b, *entryblock; in stackdepth() local
3478 entryblock = NULL; in stackdepth()
3482 entryblock = b; in stackdepth()
3484 if (!entryblock) in stackdepth()
3486 return stackdepth_walk(c, entryblock, 0, 0); in stackdepth()
3910 basicblock *b, *entryblock; in assemble() local
3927 entryblock = NULL; in assemble()
3930 entryblock = b; in assemble()
3935 if (entryblock && entryblock->b_instr) in assemble()
3936 c->u->u_firstlineno = entryblock->b_instr->i_lineno; in assemble()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/
DREADME.txt964 This was noticed in the entryblock for grokdeclarator in 403.gcc:
/external/llvm/lib/Target/
DREADME.txt920 This was noticed in the entryblock for grokdeclarator in 403.gcc: