|
enum | FloatHandling { G,
L,
DontCare
} |
|
enum | InstID {
UnaryInstID,
BinaryInstID,
FieldAccessInstID,
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,
LOADInstID,
NEWInstID,
NEWARRAYInstID,
ANEWARRAYInstID,
MULTIANEWARRAYInstID,
CHECKCASTInstID,
INSTANCEOFInstID,
GOTOInstID,
BUILTINInstID,
INVOKEInstID,
INVOKEVIRTUALInstID,
INVOKESPECIALInstID,
INVOKESTATICInstID,
INVOKEINTERFACEInstID,
IFInstID,
IF_CMPInstID,
TABLESWITCHInstID,
LOOKUPSWITCHInstID,
RETURNInstID,
THROWInstID,
PHIInstID,
BeginInstID,
EndInstID,
SourceStateInstID,
ReplacementEntryInstID,
AssumptionInstID,
DeoptimizeInstID,
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 796 of file Instructions.hpp.