Searched refs:orig_state (Results 1 – 3 of 3) sorted by relevance
355 copy_propagation_state *orig_state = state; in visit_enter() local361 this->state = orig_state; in visit_enter()551 copy_propagation_state *orig_state = state; in handle_if_block() local552 this->state = orig_state->clone(); in handle_if_block()557 this->state = orig_state; in handle_if_block()599 copy_propagation_state *orig_state = state; in handle_loop() local603 this->state = orig_state->clone(); in handle_loop()611 this->state = orig_state; in handle_loop()
66 orig_state = top.wm_state()105 top.wm_state(orig_state)
1279 let orig_state = PicState::from(&kvm_state); in pic_state() localVariable1280 assert_eq!(state, orig_state); in pic_state()