v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::turboshaft::Graph::OperationIterator< OperationT, GraphT > Class Template Reference

#include <graph.h>

Inheritance diagram for v8::internal::compiler::turboshaft::Graph::OperationIterator< OperationT, GraphT >:
Collaboration diagram for v8::internal::compiler::turboshaft::Graph::OperationIterator< OperationT, GraphT >:

Public Types

using value_type = OperationT
 
- Public Types inherited from v8::base::iterator< std::bidirectional_iterator_tag, OperationT >
using iterator_category
 
using value_type
 
using difference_type
 
using pointer
 
using reference
 

Public Member Functions

 OperationIterator (OpIndex index, GraphT *graph)
 
value_typeoperator* ()
 
value_typeoperator-> ()
 
OperationIteratoroperator++ ()
 
OperationIteratoroperator-- ()
 
bool operator!= (OperationIterator other) const
 
bool operator== (OperationIterator other) const
 

Private Attributes

OpIndex index_
 
GraphT *const graph_
 

Detailed Description

template<class OperationT, typename GraphT>
class v8::internal::compiler::turboshaft::Graph::OperationIterator< OperationT, GraphT >

Definition at line 901 of file graph.h.

Member Typedef Documentation

◆ value_type

template<class OperationT , typename GraphT >
using v8::internal::compiler::turboshaft::Graph::OperationIterator< OperationT, GraphT >::value_type = OperationT

Definition at line 906 of file graph.h.

Constructor & Destructor Documentation

◆ OperationIterator()

template<class OperationT , typename GraphT >
v8::internal::compiler::turboshaft::Graph::OperationIterator< OperationT, GraphT >::OperationIterator ( OpIndex index,
GraphT * graph )
inlineexplicit

Definition at line 908 of file graph.h.

Member Function Documentation

◆ operator!=()

template<class OperationT , typename GraphT >
bool v8::internal::compiler::turboshaft::Graph::OperationIterator< OperationT, GraphT >::operator!= ( OperationIterator< OperationT, GraphT > other) const
inline

Definition at line 922 of file graph.h.

◆ operator*()

template<class OperationT , typename GraphT >
value_type & v8::internal::compiler::turboshaft::Graph::OperationIterator< OperationT, GraphT >::operator* ( )
inline

Definition at line 910 of file graph.h.

◆ operator++()

template<class OperationT , typename GraphT >
OperationIterator & v8::internal::compiler::turboshaft::Graph::OperationIterator< OperationT, GraphT >::operator++ ( )
inline

Definition at line 912 of file graph.h.

◆ operator--()

template<class OperationT , typename GraphT >
OperationIterator & v8::internal::compiler::turboshaft::Graph::OperationIterator< OperationT, GraphT >::operator-- ( )
inline

Definition at line 917 of file graph.h.

◆ operator->()

template<class OperationT , typename GraphT >
value_type * v8::internal::compiler::turboshaft::Graph::OperationIterator< OperationT, GraphT >::operator-> ( )
inline

Definition at line 911 of file graph.h.

◆ operator==()

template<class OperationT , typename GraphT >
bool v8::internal::compiler::turboshaft::Graph::OperationIterator< OperationT, GraphT >::operator== ( OperationIterator< OperationT, GraphT > other) const
inline

Definition at line 926 of file graph.h.

Member Data Documentation

◆ graph_

template<class OperationT , typename GraphT >
GraphT* const v8::internal::compiler::turboshaft::Graph::OperationIterator< OperationT, GraphT >::graph_
private

Definition at line 930 of file graph.h.

◆ index_

template<class OperationT , typename GraphT >
OpIndex v8::internal::compiler::turboshaft::Graph::OperationIterator< OperationT, GraphT >::index_
private

Definition at line 929 of file graph.h.


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