Flutter Engine
The Flutter Engine
Public Member Functions | List of all members
dart::BlockEntryInstr::InstructionsIterable Class Reference

#include <il.h>

Public Member Functions

 InstructionsIterable (BlockEntryInstr *block)
 
ForwardInstructionIterator begin () const
 
ForwardInstructionIterator end () const
 

Detailed Description

Definition at line 1763 of file il.h.

Constructor & Destructor Documentation

◆ InstructionsIterable()

dart::BlockEntryInstr::InstructionsIterable::InstructionsIterable ( BlockEntryInstr block)
inlineexplicit

Definition at line 1765 of file il.h.

1765: block_(block) {}

Member Function Documentation

◆ begin()

ForwardInstructionIterator dart::BlockEntryInstr::InstructionsIterable::begin ( ) const
inline

Definition at line 1874 of file il.h.

1875 {
1876 return ForwardInstructionIterator(block_);
1877}

◆ end()

ForwardInstructionIterator dart::BlockEntryInstr::InstructionsIterable::end ( ) const
inline

Definition at line 1879 of file il.h.

1879 {
1880 return ForwardInstructionIterator();
1881}

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