Searched refs:b_list (Results 1 – 2 of 2) sorted by relevance
41 const auto& b_list = b.ListValue(); in EncodableValuesAreEqual() local42 if (a_list.size() != b_list.size()) { in EncodableValuesAreEqual()46 if (!EncodableValuesAreEqual(a_list[0], b_list[0])) { in EncodableValuesAreEqual()
113 struct basicblock_ *b_list; member567 for (block = u->u_blocks; block != NULL; block = block->b_list) { in compiler_unit_check()591 next = b->b_list; in compiler_unit_free()835 b->b_list = u->u_blocks; in compiler_new_block()6490 for (b = c->u->u_blocks; b != NULL; b = b->b_list) { in stackdepth()6721 for (b = c->u->u_blocks; b != NULL; b = b->b_list) { in assemble_jump_offsets()7087 for (basicblock *b = c->u->u_blocks; b != NULL; b = b->b_list) { in assemble()7093 for (basicblock *b = c->u->u_blocks; b != NULL; b = b->b_list) { in assemble()7101 for (b = c->u->u_blocks; b != NULL; b = b->b_list) { in assemble()7737 for (basicblock *b = c->u->u_blocks; b != NULL; b = b->b_list) { in optimize_cfg()[all …]