v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
redundancy-elimination.cc File Reference
Include dependency graph for redundancy-elimination.cc:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::compiler
 

Macros

#define SIMPLIFIED_OP(Opcode)
 

Macro Definition Documentation

◆ SIMPLIFIED_OP

#define SIMPLIFIED_OP ( Opcode)
Value:
case IrOpcode::k##Opcode:

Variable Documentation

◆ conversion_op_

const Operator* conversion_op_
private

Definition at line 175 of file redundancy-elimination.cc.

◆ kind_

Kind kind_
private

Definition at line 174 of file redundancy-elimination.cc.