25 #ifndef _JIT_COMPILER2_DEADCODEELIMINATIONPASS
26 #define _JIT_COMPILER2_DEADCODEELIMINATIONPASS
Pass superclass All compiler passes should inheritate this class.
unordered_map< Instruction *, std::size_t > InstIntMapTy
unordered_map< Instruction *, bool > InstBoolMapTy
virtual PassUsage & get_PassUsage(PassUsage &PA) const
Set the requirements for the pass.
Stores the interdependencies of a pass.
DeadCodeEliminationPass()
virtual bool run(JITData &JD)
Run the Pass.