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.h2848 StmtNode *newStmt = static_cast<StmtNode *>(stmt.CloneTree(allocator)); in CloneTree() local
2863 StmtNode *newStmt = static_cast<StmtNode *>(stmt.CloneTree(allocator)); in CloneTreeWithSrcPosition() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dsimplify.cpp341 … auto *newStmt = SplitDassignAggCopy(static_cast<DassignNode *>(&stmt), currBlock, currFunc); in ProcessStmt() local
348 … auto *newStmt = SplitIassignAggCopy(static_cast<IassignNode *>(&stmt), currBlock, currFunc); in ProcessStmt() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp812 StmtNode *newStmt = nullptr; in LowerIassign() local
923 StmtNode *newStmt = nullptr; in LowerCallStmt() local
2473 StmtNode *newStmt = nullptr; in LowerDassign() local
2757 StmtNode *newStmt = in LowerIntrinsicMplClearStack() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_nodes.cpp286 StmtNode *newStmt; in CloneTreeWithFreqs() local