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

#include <graph.h>

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

Public Member Functions

 PredecessorIterator (const Block *block)
 
PredecessorIteratoroperator++ ()
 
constexpr bool operator== (const PredecessorIterator &other) const
 
constexpr bool operator!= (const PredecessorIterator &other) const
 
const Blockoperator* () const
 

Private Attributes

const Blockcurrent_
 

Detailed Description

Definition at line 275 of file graph.h.

Constructor & Destructor Documentation

◆ PredecessorIterator()

v8::internal::compiler::turboshaft::PredecessorIterator::PredecessorIterator ( const Block * block)
inlineexplicit

Definition at line 277 of file graph.h.

Member Function Documentation

◆ operator!=()

bool v8::internal::compiler::turboshaft::PredecessorIterator::operator!= ( const PredecessorIterator & other) const
inlineconstexpr

Definition at line 283 of file graph.h.

◆ operator*()

const Block * v8::internal::compiler::turboshaft::PredecessorIterator::operator* ( ) const
inline

Definition at line 287 of file graph.h.

◆ operator++()

PredecessorIterator & v8::internal::compiler::turboshaft::PredecessorIterator::operator++ ( )
inline

Definition at line 572 of file graph.h.

◆ operator==()

bool v8::internal::compiler::turboshaft::PredecessorIterator::operator== ( const PredecessorIterator & other) const
inlineconstexpr

Definition at line 280 of file graph.h.

Member Data Documentation

◆ current_

const Block* v8::internal::compiler::turboshaft::PredecessorIterator::current_
private

Definition at line 290 of file graph.h.


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