Home
last modified time | relevance | path

Searched refs:basicblock (Results 1 – 5 of 5) 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.c78 } basicblock; typedef
92 basicblock *fb_block;
94 basicblock *fb_exit;
135 basicblock *u_blocks;
136 basicblock *u_curblock; /* pointer to current block */
182 static basicblock *compiler_new_block(struct compiler *);
183 static int compiler_next_instr(basicblock *);
186 static int compiler_addop_j(struct compiler *, int, basicblock *, int);
512 basicblock *block; in compiler_unit_check()
532 basicblock *b, *next; in compiler_unit_free()
[all …]
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dloop-micro-op-buffer-size-t99.ll2 ; RUN: opt -mcpu=thunderx2t99 -passes=loop-unroll --debug-only=loop-unroll --debug-only=basicblock-…
/external/llvm-project/llvm/test/Transforms/SampleProfile/
Dwarm-inline-instance.ll67 ; call @goo 's basicblock doesn't get any sample, so no profile will be annotated.
/external/llvm-project/llvm/test/CodeGen/X86/
Dstatepoint-vreg.ll239 ; Cross-basicblock relocates are handled with spilling for now.