Home
last modified time | relevance | path

Searched defs:lableStmt (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_lower.cpp164 auto *lableStmt = mirModule.CurFuncCodeMemPool()->New<LabelNode>(); in CreateBrFalseStmt() local
179 auto *lableStmt = mirModule.CurFuncCodeMemPool()->New<LabelNode>(); in CreateBrTrueStmt() local
208 auto *lableStmt = mirModule.CurFuncCodeMemPool()->New<LabelNode>(); in CreateBrFalseAndGotoStmt() local
367 auto *lableStmt = mirModule.CurFuncCodeMemPool()->New<LabelNode>(); in LowerWhileStmt() local
378 auto *lableStmt = mirModule.CurFuncCodeMemPool()->New<LabelNode>(); in LowerWhileStmt() local
394 auto *lableStmt = mirModule.CurFuncCodeMemPool()->New<LabelNode>(); in LowerWhileStmt() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp358 LabelNode *lableStmt = mirModule.CurFuncCodeMemPool()->New<LabelNode>(); in LowerComplexSelect() local