Searched refs:b_next (Results 1 – 1 of 1) sorted by relevance
122 struct basicblock_ *b_next; member846 c->u->u_curblock->b_next = block; in compiler_next_block()855 c->u->u_curblock->b_next = block; in compiler_use_next_block()6512 basicblock *next = b->b_next; in stackdepth()6715 for (basicblock *b = a->a_entry; b != NULL; b = b->b_next) { in assemble_jump_offsets()7044 for (basicblock *b = a->a_entry; b != NULL; b = b->b_next) { in guarantee_lineno_for_exits()7144 for(b = entryblock; b != NULL; b = b->b_next) { in assemble()7307 inst->i_target = inst->i_target->b_next; in optimize_basic_block()7417 assert(inst->i_target != inst->i_target->b_next); in optimize_basic_block()7419 inst->i_target = inst->i_target->b_next; in optimize_basic_block()[all …]