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

#include <graph.h>

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

Public Member Functions

 NeighboringPredecessorIterable (const Block *begin)
 
PredecessorIterator begin () const
 
PredecessorIterator end () const
 

Private Attributes

const Blockbegin_
 

Detailed Description

Definition at line 294 of file graph.h.

Constructor & Destructor Documentation

◆ NeighboringPredecessorIterable()

v8::internal::compiler::turboshaft::NeighboringPredecessorIterable::NeighboringPredecessorIterable ( const Block * begin)
inlineexplicit

Definition at line 296 of file graph.h.

Member Function Documentation

◆ begin()

PredecessorIterator v8::internal::compiler::turboshaft::NeighboringPredecessorIterable::begin ( ) const
inline

Definition at line 298 of file graph.h.

◆ end()

PredecessorIterator v8::internal::compiler::turboshaft::NeighboringPredecessorIterable::end ( ) const
inline

Definition at line 299 of file graph.h.

Member Data Documentation

◆ begin_

const Block* v8::internal::compiler::turboshaft::NeighboringPredecessorIterable::begin_
private

Definition at line 302 of file graph.h.


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