5 #ifndef V8_WASM_GRAPH_BUILDER_INTERFACE_H_ 6 #define V8_WASM_GRAPH_BUILDER_INTERFACE_H_ 8 #include "src/wasm/decoder.h" 9 #include "src/wasm/wasm-opcodes.h" 10 #include "src/wasm/wasm-result.h" 16 class NodeOriginTable;
17 class WasmGraphBuilder;
26 DecodeResult BuildTFGraph(AccountingAllocator* allocator,
27 const WasmFeatures& enabled,
const WasmModule* module,
28 compiler::WasmGraphBuilder* builder,
29 WasmFeatures* detected,
const FunctionBody& body,
30 compiler::NodeOriginTable* node_origins);
36 #endif // V8_WASM_GRAPH_BUILDER_INTERFACE_H_