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

#include <register-allocation-phase.h>

Collaboration diagram for v8::internal::compiler::turboshaft::AllocateFPRegistersPhase< RegAllocator >:

Public Member Functions

void Run (PipelineData *data, Zone *temp_zone)
 

Static Public Attributes

static constexpr bool kOutputIsTraceableGraph = false
 

Detailed Description

template<typename RegAllocator>
struct v8::internal::compiler::turboshaft::AllocateFPRegistersPhase< RegAllocator >

Definition at line 72 of file register-allocation-phase.h.

Member Function Documentation

◆ Run()

template<typename RegAllocator >
void v8::internal::compiler::turboshaft::AllocateFPRegistersPhase< RegAllocator >::Run ( PipelineData * data,
Zone * temp_zone )
inline

Definition at line 76 of file register-allocation-phase.h.

Member Data Documentation

◆ kOutputIsTraceableGraph

template<typename RegAllocator >
bool v8::internal::compiler::turboshaft::AllocateFPRegistersPhase< RegAllocator >::kOutputIsTraceableGraph = false
staticconstexpr

Definition at line 74 of file register-allocation-phase.h.


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