Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dfunction-body-decoder.cc183 if (ssa_env_->go()) BUILD(BranchNoHint, cond.node, &if_true, &if_false); in If()
287 BUILD(BranchNoHint, cond.node, &controls[0], &controls[1]); in Select()
303 BUILD(BranchNoHint, cond.node, &tenv->control, &fenv->control); in BrIf()
453 BUILD(BranchNoHint, compare_i32, &if_catch, &if_no_catch); in CatchException()
/external/v8/src/compiler/
Dwasm-compiler.h186 Node* BranchNoHint(Node* cond, Node** true_node, Node** false_node);
Dwasm-compiler.cc892 Node* WasmGraphBuilder::BranchNoHint(Node* cond, Node** true_node, in BranchNoHint() function in v8::internal::compiler::WasmGraphBuilder