38#ifndef TTA_INSTRUCTION_REFERENCE_IMPL_HH
39#define TTA_INSTRUCTION_REFERENCE_IMPL_HH
45 class InstructionReference;
46 class InstructionReferenceManager;
66 std::set<InstructionReference*>
refs_;
InstructionReferenceManager * refMan_
std::set< InstructionReference * > refs_
~InstructionReferenceImpl()
InstructionReferenceImpl(const InstructionReferenceImpl &)
Instruction & instruction()
void addRef(InstructionReference &ref)
const InstructionReference & ref()
void merge(InstructionReferenceImpl &other)
InstructionReferenceImpl()
void setInstruction(Instruction &ins)
bool removeRef(InstructionReference &ref)
InstructionReferenceManager & referencemanager()