Definition at line 325 of file flow_graph.cc.
◆ BlockTraversalState()
Definition at line 327 of file flow_graph.cc.
Instruction * last_instruction() const
BlockEntryInstr * block() const
virtual intptr_t SuccessorCount() const
◆ block()
◆ HasNextSuccessor()
bool dart::BlockTraversalState::HasNextSuccessor |
( |
| ) |
const |
|
inline |
Definition at line 331 of file flow_graph.cc.
331{ return next_successor_ix_ >= 0; }
◆ NextSuccessor()
Definition at line 332 of file flow_graph.cc.
332 {
335 }
bool HasNextSuccessor() const
virtual BlockEntryInstr * SuccessorAt(intptr_t index) const
The documentation for this class was generated from the following file:
- third_party/dart-lang/sdk/runtime/vm/compiler/backend/flow_graph.cc