1 #ifndef VARIABLE_REFS_H
2 #define VARIABLE_REFS_H
14 bool isUnnecessaryInstruction(Instruction
* inst
) const;
15 Instruction
* getInstruction() const;
16 bool isInstructionInEntryBlock() const;
18 void addInstruction(Instruction
* inst
);
22 Instruction
* instruction
;
23 bool instructionInEntryBlock
;
25 void setFunctionEntryInstruction(Function
* function
);