Flutter Engine
The Flutter Engine
|
#include <il.h>
Public Member Functions | |
FlowGraphVisitor (const GrowableArray< BlockEntryInstr * > &block_order) | |
virtual | ~FlowGraphVisitor () |
ForwardInstructionIterator * | current_iterator () const |
virtual void | VisitBlocks () |
Public Member Functions inherited from dart::InstructionVisitor | |
InstructionVisitor () | |
virtual | ~InstructionVisitor () |
Public Member Functions inherited from dart::ValueObject | |
ValueObject () | |
~ValueObject () | |
Protected Member Functions | |
void | set_block_order (const GrowableArray< BlockEntryInstr * > &block_order) |
Protected Attributes | |
ForwardInstructionIterator * | current_iterator_ |
|
inlineexplicit |
Definition at line 11842 of file il.h.
|
inlinevirtual |
|
inline |
|
inlineprotected |
|
virtual |
Reimplemented in dart::ConstantPropagator.
Definition at line 1376 of file il.cc.
|
protected |