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.h55 class StmtNode; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h1697 …explicit StmtNode(Opcode o) : BaseNode(o), PtrListNodeBase(), stmtID(stmtIDNext), stmtOriginalID(s… in StmtNode() function
1702 StmtNode(Opcode o, uint8 numOpr) in StmtNode() function
1708 StmtNode(Opcode o, PrimType typ, uint8 numOpr) in StmtNode() function
1715StmtNode(Opcode o, PrimType typ, uint8 numOpr, const SrcPosition &srcPosition, uint32 stmtOriginal… in StmtNode() function