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

#include <dead-code-elimination-reducer.h>

Collaboration diagram for v8::internal::compiler::turboshaft::OperationState:

Public Types

enum  Liveness : uint8_t { kDead , kLive }
 

Static Public Member Functions

static Liveness LeastUpperBound (Liveness lhs, Liveness rhs)
 

Detailed Description

Definition at line 148 of file dead-code-elimination-reducer.h.

Member Enumeration Documentation

◆ Liveness

Enumerator
kDead 
kLive 

Definition at line 156 of file dead-code-elimination-reducer.h.

Member Function Documentation

◆ LeastUpperBound()

static Liveness v8::internal::compiler::turboshaft::OperationState::LeastUpperBound ( Liveness lhs,
Liveness rhs )
inlinestatic

Definition at line 161 of file dead-code-elimination-reducer.h.

Here is the caller graph for this function:

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