Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_lower.cpp178 auto *gotoStmt = mirModule.CurFuncCodeMemPool()->New<GotoNode>(OP_goto); in CreateBrFalseAndGotoStmt() local
278 GotoNode *gotoStmt = builder->CreateStmtGoto(OP_goto, defaultLabel); in LowerSwitchStmt() local
302 GotoNode *gotoStmt = builder->CreateStmtGoto(OP_goto, defaultLabel); in LowerSwitchStmt() local
318 GotoNode *gotoStmt = builder->CreateStmtGoto(OP_goto, caseGotoLabel); in LowerSwitchStmt() local
/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
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgfunc.cpp340 auto *gotoStmt = cgFunc.GetMemoryPool()->New<GotoNode>(OP_goto); in HandleCondbr() local