OTAWA  2.0
Framework to perform machine analysis and compute WCET.
otawa::BasicBlock::InstIter Class Reference

#include <otawa/cfg/CFG.h>

+ Inheritance diagram for otawa::BasicBlock::InstIter:

Public Member Functions

 InstIter (const BasicBlock *bb)
 
 InstIter (void)
 

Private Member Functions

 InstIter (const AllocArray< Inst * >::Iter &i)
 

Friends

class BasicBlock
 

Detailed Description

Iterator for instruction of a basic block.

Constructor & Destructor Documentation

◆ InstIter() [1/3]

otawa::BasicBlock::InstIter::InstIter ( void  )
inline

◆ InstIter() [2/3]

otawa::BasicBlock::InstIter::InstIter ( const BasicBlock bb)
inline

◆ InstIter() [3/3]

otawa::BasicBlock::InstIter::InstIter ( const AllocArray< Inst * >::Iter i)
inlineprivate

Friends And Related Function Documentation

◆ BasicBlock

friend class BasicBlock
friend

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