Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dswitch_lowerer.cpp157 GotoNode *gotoStmt = mirModule.CurFuncCodeMemPool()->New<GotoNode>(OP_goto); in BuildGotoNode() local
262 auto *gotoStmt = BuildGotoNode(switchItems[static_cast<size_t>(start)].first); in BuildCodeForSwitchItems() local
Dtrycatchblockslower.cpp725 … StmtNode *gotoStmt = mirModule.GetMIRBuilder()->CreateStmtGoto(OP_goto, jtBB->GetLabelIdx()); in PalceCatchSeenSofar() local
Dlower.cpp364 GotoNode *gotoStmt = mirModule.CurFuncCodeMemPool()->New<GotoNode>(OP_goto); in LowerComplexSelect() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_lower.cpp195 auto *gotoStmt = mirModule.CurFuncCodeMemPool()->New<GotoNode>(OP_goto); in CreateBrFalseAndGotoStmt() local
294 GotoNode *gotoStmt = builder->CreateStmtGoto(OP_goto, defaultLabel); in LowerSwitchStmt() local
318 GotoNode *gotoStmt = builder->CreateStmtGoto(OP_goto, defaultLabel); in LowerSwitchStmt() local
334 GotoNode *gotoStmt = builder->CreateStmtGoto(OP_goto, caseGotoLabel); in LowerSwitchStmt() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgfunc.cpp1278 auto *gotoStmt = cgFunc.GetMemoryPool()->New<GotoNode>(OP_goto); in HandleCondbr() local