Searched refs:set_control_ptr (Results 1 – 4 of 4) sorted by relevance
122 builder_->set_control_ptr(&ssa_env->control); in StartFunction()545 builder_->set_control_ptr(&env->control); in SetEnv()
259 void set_control_ptr(Node** control) { this->control_ = control; } in set_control_ptr() function
4790 builder.set_control_ptr(&control); in CompileJSToWasmWrapper()4870 builder.set_control_ptr(&control); in CompileWasmToJSWrapper()4937 builder.set_control_ptr(&control); in CompileWasmInterpreterEntry()4999 builder.set_control_ptr(&control); in CompileCWasmEntry()
1275 void set_control_ptr(Node *Control) { this->ControlPtr = Control; } in set_control_ptr() function in IceBuilder