|
| typedef alloc::vector< s4 >::type | MatchTy |
| |
| typedef MatchTy::iterator | match_iterator |
| |
typedef alloc::vector
< BeginInstRef >::type | SuccessorListTy |
| |
typedef
SuccessorListTy::const_iterator | succ_const_iterator |
| |
typedef
SuccessorListTy::const_reverse_iterator | succ_const_reverse_iterator |
| |
| 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 863 of file Instructions.hpp.