Lines Matching refs:parents
103 remove_bb_from_list(&old->parents, bb, 1);
104 add_bb(&new->parents, bb);
199 PREPARE_PTR_LIST(node->bb->parents, bb);
350 if (bb_list_size(target->parents) != 1)
495 // If we reach the top of the BB we can recurse into the parents BBs.
528 FOR_EACH_PTR(bb->parents, parent) {
637 remove_bb_from_list(&child->parents, bb, 0);
641 FOR_EACH_PTR(bb->parents, parent) {
644 bb->parents = NULL;
713 while ((parent = first_basic_block(bb->parents)) != NULL) {
737 FOR_EACH_PTR(bb->parents, tmp) {
770 vrfy_bb_in_list(bb, tmp->parents);
822 remove_bb_from_list(&child->parents, bb, 1);
838 while ((parent = first_basic_block(bb->parents))) {
903 bot->parents = NULL;
906 replace_bb_in_list(&bb->parents, bot, top, 1);
964 else if (bb_list_size(tgt->parents) == 1)
1014 FOR_EACH_PTR(bb->parents, parent) {