v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::turboshaft::CopyingPhaseImpl< Reducers > Class Template Reference

#include <copying-phase.h>

Collaboration diagram for v8::internal::compiler::turboshaft::CopyingPhaseImpl< Reducers >:

Static Public Member Functions

static void Run (PipelineData *data, Graph &input_graph, Zone *phase_zone, bool trace_reductions=false)
 

Detailed Description

template<template< class > class... Reducers>
class v8::internal::compiler::turboshaft::CopyingPhaseImpl< Reducers >

Definition at line 1046 of file copying-phase.h.

Member Function Documentation

◆ Run()

template<template< class > class... Reducers>
static void v8::internal::compiler::turboshaft::CopyingPhaseImpl< Reducers >::Run ( PipelineData * data,
Graph & input_graph,
Zone * phase_zone,
bool trace_reductions = false )
inlinestatic

Definition at line 1048 of file copying-phase.h.

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following file: