Home
last modified time | relevance | path

Searched defs:stmtNode (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
Dphase_impl.cpp81 …for (StmtNode *stmtNode = block.GetFirst(), *next = nullptr; stmtNode != nullptr; stmtNode = next)… in ProcessBlock() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_parser.cpp1641 auto *stmtNode = mod.CurFuncCodeMemPool()->New<StmtNode>(op); in ParseStmtMarker() local
1791 bool MIRParser::ParseNaryExpr(NaryStmtNode &stmtNode) in ParseNaryExpr()
Dmir_nodes.cpp221 void BlockNode::ReplaceStmtWithBlock(StmtNode &stmtNode, BlockNode &blk) in ReplaceStmtWithBlock()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h3606 …explicit SafetyCheckStmtNode(const SafetyCheckStmtNode &stmtNode) : funcNameIdx(stmtNode.GetFuncNa… in SafetyCheckStmtNode()
3633 explicit SafetyCallCheckStmtNode(const SafetyCallCheckStmtNode &stmtNode) in SafetyCallCheckStmtNode()
3715 AssertBoundaryStmtNode(MapleAllocator &allocator, const AssertBoundaryStmtNode &stmtNode) in AssertBoundaryStmtNode()
3749 … CallAssertBoundaryStmtNode(MapleAllocator &allocator, const CallAssertBoundaryStmtNode &stmtNode) in CallAssertBoundaryStmtNode()