OpenASIP
2.0
|
#include <set>
#include <iostream>
#include "InstructionReference.hh"
#include "InstructionReferenceImpl.hh"
#include "InstructionReferenceManager.hh"
#include "Application.hh"
Go to the source code of this file.
Namespaces | |
TTAProgram | |
Implementation of InstructionReferenceImpl class.
This class provides the internal tracking of instruction references to a single instruction. This class contains information about all references pointing to this instructions. When the reference count reaches 0, this class is automatically deleted.
Definition in file InstructionReferenceImpl.cc.