Predator  [unstable] git snapshot
Public Member Functions
AnnotatedInsn Class Reference

#include <fixed_point_rewrite.hh>

Inheritance diagram for AnnotatedInsn:
Inheritance graph
[legend]
Collaboration diagram for AnnotatedInsn:
Collaboration graph
[legend]

Public Member Functions

virtual const TGenericVarSetliveVars () const =0
virtual const TGenericVarSetkillVars () const =0
GenericInsnclone () const
virtual void writeToStream (std::ostream &) const =0
 write human-readable representation of the insn to an output stream
virtual TInsn clInsn () const =0
 return CL representation of the insn if exists; 0 otherwise

Detailed Description

Definition at line 152 of file fixed_point_rewrite.hh.

Member Function Documentation

virtual TInsn clInsn ( ) const
pure virtualinherited

return CL representation of the insn if exists; 0 otherwise

Implemented in TextInsn, and ClInsn.

GenericInsn* clone ( ) const
inherited
virtual const TGenericVarSet& killVars ( ) const
pure virtual

Implemented in TextInsn, and ClInsn.

virtual const TGenericVarSet& liveVars ( ) const
pure virtual

Implemented in TextInsn, and ClInsn.

virtual void writeToStream ( std::ostream &  ) const
pure virtualinherited

write human-readable representation of the insn to an output stream

Implemented in TextInsn, and ClInsn.

Referenced by FixedPoint::operator<<().


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