Searched refs:TerminateLoop (Results 1 – 3 of 3) sorted by relevance
264 void TerminateLoop(Node* effect, Node* control);
588 void WasmGraphBuilder::TerminateLoop(Node* effect, Node* control) { in TerminateLoop() function in v8::internal::compiler::WasmGraphBuilder
232 builder_->TerminateLoop(effect(), control()); in Loop()