Searched refs:BranchNoHint (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | graph-builder-interface.cc | 297 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/ |
D | wasm-compiler.h | 312 Node* BranchNoHint(Node* cond, Node** true_node, Node** false_node);
|
D | wasm-compiler.cc | 1426 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()
|