Searched refs:basicblock (Results 1 – 5 of 5) sorted by relevance
78 } basicblock; typedef91 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 …]
78 } basicblock; typedef92 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 …]
2 ; RUN: opt -mcpu=thunderx2t99 -passes=loop-unroll --debug-only=loop-unroll --debug-only=basicblock-…
67 ; call @goo 's basicblock doesn't get any sample, so no profile will be annotated.
239 ; Cross-basicblock relocates are handled with spilling for now.