Home
last modified time | relevance | path

Searched refs:BranchNoHint (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dgraph-builder-interface.cc297 builder_->BranchNoHint(cond.node, &if_true, &if_false); in If()
539 builder_->BranchNoHint(cond.node, &tenv->control, &fenv->control); in BrIf()
890 builder_->BranchNoHint(compare, &if_catch, &if_no_catch); in CatchException()
/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.h312 Node* BranchNoHint(Node* cond, Node** true_node, Node** false_node);
Dwasm-compiler.cc1426 Node* WasmGraphBuilder::BranchNoHint(Node* cond, Node** true_node, in BranchNoHint() function in v8::internal::compiler::WasmGraphBuilder
1464 BranchNoHint(cond, &controls[0], &controls[1]); in Select()