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

#include <loop-peeling.h>

Inheritance diagram for v8::internal::compiler::PeeledIteration:
Collaboration diagram for v8::internal::compiler::PeeledIteration:

Public Member Functions

Nodemap (Node *node)
 

Protected Member Functions

 PeeledIteration ()=default
 

Detailed Description

Definition at line 22 of file loop-peeling.h.

Constructor & Destructor Documentation

◆ PeeledIteration()

v8::internal::compiler::PeeledIteration::PeeledIteration ( )
protecteddefault

Member Function Documentation

◆ map()

Node * v8::internal::compiler::PeeledIteration::map ( Node * node)

Definition at line 115 of file loop-peeling.cc.


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