Lines Matching refs:ctrl_plane_mut

2548         buf.bind_label(label(0), state.ctrl_plane_mut());  in test_elide_jump_to_next()
2551 buf.bind_label(label(1), state.ctrl_plane_mut()); in test_elide_jump_to_next()
2552 let buf = buf.finish(&constants, state.ctrl_plane_mut()); in test_elide_jump_to_next()
2565 buf.bind_label(label(0), state.ctrl_plane_mut()); in test_elide_trivial_jump_blocks()
2573 buf.bind_label(label(1), state.ctrl_plane_mut()); in test_elide_trivial_jump_blocks()
2577 buf.bind_label(label(2), state.ctrl_plane_mut()); in test_elide_trivial_jump_blocks()
2581 buf.bind_label(label(3), state.ctrl_plane_mut()); in test_elide_trivial_jump_blocks()
2583 let buf = buf.finish(&constants, state.ctrl_plane_mut()); in test_elide_trivial_jump_blocks()
2596 buf.bind_label(label(0), state.ctrl_plane_mut()); in test_flip_cond()
2604 buf.bind_label(label(1), state.ctrl_plane_mut()); in test_flip_cond()
2608 buf.bind_label(label(2), state.ctrl_plane_mut()); in test_flip_cond()
2614 buf.bind_label(label(3), state.ctrl_plane_mut()); in test_flip_cond()
2616 let buf = buf.finish(&constants, state.ctrl_plane_mut()); in test_flip_cond()
2628 let buf2 = buf2.finish(&constants, state.ctrl_plane_mut()); in test_flip_cond()
2642 buf.bind_label(label(0), state.ctrl_plane_mut()); in test_island()
2650 buf.bind_label(label(1), state.ctrl_plane_mut()); in test_island()
2653 buf.emit_island(0, state.ctrl_plane_mut()); in test_island()
2659 buf.bind_label(label(2), state.ctrl_plane_mut()); in test_island()
2663 buf.bind_label(label(3), state.ctrl_plane_mut()); in test_island()
2667 let buf = buf.finish(&constants, state.ctrl_plane_mut()); in test_island()
2697 let buf2 = buf2.finish(&constants, state.ctrl_plane_mut()); in test_island()
2711 buf.bind_label(label(0), state.ctrl_plane_mut()); in test_island_backward()
2715 buf.bind_label(label(1), state.ctrl_plane_mut()); in test_island_backward()
2719 buf.bind_label(label(2), state.ctrl_plane_mut()); in test_island_backward()
2725 buf.bind_label(label(3), state.ctrl_plane_mut()); in test_island_backward()
2733 let buf = buf.finish(&constants, state.ctrl_plane_mut()); in test_island_backward()
2750 let buf2 = buf2.finish(&constants, state.ctrl_plane_mut()); in test_island_backward()
2797 buf.bind_label(label(0), state.ctrl_plane_mut()); in test_multiple_redirect()
2805 buf.bind_label(label(1), state.ctrl_plane_mut()); in test_multiple_redirect()
2809 buf.bind_label(label(2), state.ctrl_plane_mut()); in test_multiple_redirect()
2816 buf.bind_label(label(3), state.ctrl_plane_mut()); in test_multiple_redirect()
2820 buf.bind_label(label(4), state.ctrl_plane_mut()); in test_multiple_redirect()
2824 buf.bind_label(label(5), state.ctrl_plane_mut()); in test_multiple_redirect()
2828 buf.bind_label(label(6), state.ctrl_plane_mut()); in test_multiple_redirect()
2832 buf.bind_label(label(7), state.ctrl_plane_mut()); in test_multiple_redirect()
2836 let buf = buf.finish(&constants, state.ctrl_plane_mut()); in test_multiple_redirect()
2874 buf.bind_label(label(0), state.ctrl_plane_mut()); in test_handle_branch_cycle()
2878 buf.bind_label(label(1), state.ctrl_plane_mut()); in test_handle_branch_cycle()
2882 buf.bind_label(label(2), state.ctrl_plane_mut()); in test_handle_branch_cycle()
2886 buf.bind_label(label(3), state.ctrl_plane_mut()); in test_handle_branch_cycle()
2890 buf.bind_label(label(4), state.ctrl_plane_mut()); in test_handle_branch_cycle()
2894 let buf = buf.finish(&constants, state.ctrl_plane_mut()); in test_handle_branch_cycle()