Searched refs:BranchNoHint (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/wasm/ |
D | function-body-decoder.cc | 183 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/ |
D | wasm-compiler.h | 186 Node* BranchNoHint(Node* cond, Node** true_node, Node** false_node);
|
D | wasm-compiler.cc | 892 Node* WasmGraphBuilder::BranchNoHint(Node* cond, Node** true_node, in BranchNoHint() function in v8::internal::compiler::WasmGraphBuilder
|