Lines Matching defs:cf_parent
393 struct vtn_cf_node *cf_parent,
396 struct vtn_loop *loop = vtn_cf_node_find_loop(cf_parent);
409 * cf_parent is the vtn_switch itself and vtn_cf_node_find_case() will
414 struct vtn_case *switch_case = vtn_cf_node_find_case(cf_parent);
456 * Therefore, we want merges whose with parent == cf_parent to be treated
461 target_block->merge_cf_node->parent != cf_parent) {
464 for (struct vtn_cf_node *node = cf_parent;
490 struct vtn_switch *swtch = vtn_cf_node_find_switch(cf_parent);
511 struct vtn_cf_node *cf_parent;
519 struct vtn_cf_node *cf_parent,
524 work->cf_parent = cf_parent;
604 struct vtn_cf_node *cf_parent,
624 switch (vtn_handle_branch(b, cf_parent, block)) {
658 vtn_cf_node_find_function(cf_parent),
675 loop->node.parent = cf_parent;
717 block->node.parent = cf_parent;
724 block->branch_type = vtn_handle_branch(b, cf_parent, branch_block);
763 if_stmt->node.parent = cf_parent;
805 swtch->node.parent = cf_parent;
895 block = vtn_process_block(b, &work_list, work->cf_parent,