Home
last modified time | relevance | path

Searched refs:labelStmt (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
H A Dlmir_builder.cpp362 auto *labelStmt = module.CurFuncCodeMemPool()->New<LabelNode>(); in CreateBB() local
363 labelStmt->SetLabelIdx(labelIdx); in CreateBB()
364 bb.AddStatement(labelStmt); in CreateBB()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcgfunc.cpp312 auto *labelStmt = cgFunc.GetMemoryPool()->New<LabelNode>(); in HandleCondbr() local
313 labelStmt->SetLabelIdx(cgFunc.CreateLabel()); in HandleCondbr()
314 HandleLabel(*labelStmt, cgFunc); in HandleCondbr()

Completed in 6 milliseconds