Searched refs:entryblock (Results 1 – 3 of 3) sorted by relevance
3477 basicblock *b, *entryblock; in stackdepth() local3478 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() local3927 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 …]
964 This was noticed in the entryblock for grokdeclarator in 403.gcc:
920 This was noticed in the entryblock for grokdeclarator in 403.gcc: