Home
last modified time | relevance | path

Searched defs:StmtNode (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
Dphase_impl.h65 virtual void ProcessStmt(StmtNode &) {} in ProcessStmt() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h57 class StmtNode; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h1706 …explicit StmtNode(Opcode o) : BaseNode(o), PtrListNodeBase(), stmtID(stmtIDNext), stmtOriginalID(s… in StmtNode() function
1711 StmtNode(Opcode o, uint8 numOpr) in StmtNode() function
1717 StmtNode(Opcode o, PrimType typ, uint8 numOpr) in StmtNode() function
1724StmtNode(Opcode o, PrimType typ, uint8 numOpr, const SrcPosition &srcPosition, uint32 stmtOriginal… in StmtNode() function