Searched defs:StmtNode (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/ |
| D | lmir_builder.h | 55 class StmtNode; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_nodes.h | 1024 …explicit StmtNode(Opcode o) : BaseNode(o), PtrListNodeBase(), stmtID(stmtIDNext), stmtOriginalID(s… in StmtNode() function 1029 StmtNode(Opcode o, uint8 numOpr) in StmtNode() function 1035 StmtNode(Opcode o, PrimType typ, uint8 numOpr) in StmtNode() function 1042 …StmtNode(Opcode o, PrimType typ, uint8 numOpr, const SrcPosition &srcPosition, uint32 stmtOriginal… in StmtNode() function
|