Flutter Engine
The Flutter Engine
|
#include <il.h>
Public Member Functions | |
ForwardInstructionIterator (const ForwardInstructionIterator &other)=default | |
ForwardInstructionIterator & | operator= (const ForwardInstructionIterator &other)=default |
ForwardInstructionIterator () | |
ForwardInstructionIterator (BlockEntryInstr *block_entry) | |
void | Advance () |
bool | Done () const |
void | RemoveCurrentFromGraph () |
Instruction * | Current () const |
Instruction * | operator* () const |
bool | operator== (const ForwardInstructionIterator &other) const |
bool | operator!= (const ForwardInstructionIterator &other) const |
ForwardInstructionIterator & | operator++ () |
|
default |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
default |
|
inline |
void dart::ForwardInstructionIterator::RemoveCurrentFromGraph | ( | ) |