Home
last modified time | relevance | path

Searched refs:SetContExpr (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Djava_eh_lower.cpp182 doLoopNode->SetContExpr(DoLowerExpr(*(doLoopNode->GetCondExpr()), *newBlock)); in DoLowerBlock()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h3104 node->SetContExpr(GetCondExpr()->CloneTree(allocator)); in CloneTree()
3136 node->SetContExpr(GetCondExpr()->CloneTree(allocator)); in CloneTreeWithFreqs()
3182 void SetContExpr(BaseNode *node) in SetContExpr() function
3237 SetContExpr(node); in SetOpnd()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_parser.cpp349 doLoopNode->SetContExpr(end); in ParseStmtDoloop()