Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c78 } basicblock; typedef
91 basicblock *fb_block;
116 basicblock *u_blocks;
117 basicblock *u_curblock; /* pointer to current block */
151 static basicblock *compiler_new_block(struct compiler *);
152 static int compiler_next_instr(struct compiler *, basicblock *);
156 static int compiler_addop_j(struct compiler *, int, basicblock *, int);
157 static basicblock *compiler_use_new_block(struct compiler *);
170 basicblock *);
172 basicblock *);
[all …]
/external/python/cpython3/Python/
Dcompile.c75 } basicblock; typedef
88 basicblock *fb_block;
126 basicblock *u_blocks;
127 basicblock *u_curblock; /* pointer to current block */
168 static basicblock *compiler_new_block(struct compiler *);
169 static int compiler_next_instr(struct compiler *, basicblock *);
173 static int compiler_addop_j(struct compiler *, int, basicblock *, int);
187 basicblock *);
189 basicblock *);
496 basicblock *block; in compiler_unit_check()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SampleProfile/
Dwarm-inline-instance.ll67 ; call @goo 's basicblock doesn't get any sample, so no profile will be annotated.