Home
last modified time | relevance | path

Searched defs:newStmt (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_lower.h163 void CopyStmtFrequency(StmtNode *newStmt, StmtNode *oldStmt) in CopyStmtFrequency()
Dmir_nodes.h2829 StmtNode *newStmt = static_cast<StmtNode *>(stmt.CloneTree(allocator)); in CloneTree() local
2844 StmtNode *newStmt = static_cast<StmtNode *>(stmt.CloneTree(allocator)); in CloneTreeWithSrcPosition() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp1004 StmtNode *newStmt = nullptr; in LowerIassign() local
1103 StmtNode *newStmt = nullptr; in LowerCallStmt() local
2889 StmtNode *newStmt = nullptr; in LowerDassign() local
3529 StmtNode *newStmt = in LowerIntrinsicMplClearStack() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dsimplify.cpp441 … auto *newStmt = SplitDassignAggCopy(static_cast<DassignNode *>(&stmt), currBlock, currFunc); in ProcessStmt() local
448 … auto *newStmt = SplitIassignAggCopy(static_cast<IassignNode *>(&stmt), currBlock, currFunc); in ProcessStmt() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_nodes.cpp290 StmtNode *newStmt; in CloneTreeWithFreqs() local