|
enum | FloatHandling { G,
L,
DontCare
} |
|
enum | InstID {
LoadInstID,
UnaryInstID,
BinaryInstID,
NOPInstID,
POPInstID,
CHECKNULLInstID,
ARRAYLENGTHInstID,
ARRAYBOUNDSCHECKInstID,
NEGInstID,
CASTInstID,
ADDInstID,
SUBInstID,
MULInstID,
DIVInstID,
REMInstID,
SHLInstID,
USHRInstID,
ANDInstID,
ORInstID,
XORInstID,
CMPInstID,
CONSTInstID,
GETFIELDInstID,
PUTFIELDInstID,
PUTSTATICInstID,
GETSTATICInstID,
INCInstID,
AREFInstID,
ASTOREInstID,
ALOADInstID,
RETInstID,
LOADInstID,
STOREInstID,
NEWInstID,
NEWARRAYInstID,
ANEWARRAYInstID,
MULTIANEWARRAYInstID,
CHECKCASTInstID,
INSTANCEOFInstID,
GOTOInstID,
JSRInstID,
BUILTINInstID,
INVOKEVIRTUALInstID,
INVOKESPECIALInstID,
INVOKESTATICInstID,
INVOKEINTERFACEInstID,
IFInstID,
IF_CMPInstID,
TABLESWITCHInstID,
LOOKUPSWITCHInstID,
RETURNInstID,
THROWInstID,
COPYInstID,
MOVEInstID,
GETEXCEPTIONInstID,
PHIInstID,
ContainerInstID,
BeginInstID,
EndInstID,
NoInstID
} |
|
typedef alloc::vector< Value * >
::type | OperandListTy |
|
typedef alloc::list
< Instruction * >::type | DepListTy |
|
typedef OperandListTy::iterator | op_iterator |
|
typedef DepListTy::iterator | dep_iterator |
|
typedef
OperandListTy::const_iterator | const_op_iterator |
|
typedef DepListTy::const_iterator | const_dep_iterator |
|
typedef alloc::unordered_set
< Instruction * >::type | UserListTy |
|
Definition at line 404 of file Instructions.hpp.