#include <il.h>
Definition at line 1763 of file il.h.
◆ InstructionsIterable()
dart::BlockEntryInstr::InstructionsIterable::InstructionsIterable |
( |
BlockEntryInstr * |
block | ) |
|
|
inlineexplicit |
◆ begin()
Definition at line 1874 of file il.h.
1875 {
1876 return ForwardInstructionIterator(block_);
1877}
◆ end()
Definition at line 1879 of file il.h.
1879 {
1880 return ForwardInstructionIterator();
1881}
The documentation for this class was generated from the following file:
- third_party/dart-lang/sdk/runtime/vm/compiler/backend/il.h