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.cpp162 auto *lableStmt = mirModule.CurFuncCodeMemPool()->New<LabelNode>(); in CreateBrFalseStmt() local
177 auto *lableStmt = mirModule.CurFuncCodeMemPool()->New<LabelNode>(); in CreateBrTrueStmt() local
205 auto *lableStmt = mirModule.CurFuncCodeMemPool()->New<LabelNode>(); in CreateBrFalseAndGotoStmt() local
364 auto *lableStmt = mirModule.CurFuncCodeMemPool()->New<LabelNode>(); in LowerWhileStmt() local
375 auto *lableStmt = mirModule.CurFuncCodeMemPool()->New<LabelNode>(); in LowerWhileStmt() local
391 auto *lableStmt = mirModule.CurFuncCodeMemPool()->New<LabelNode>(); in LowerWhileStmt() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp373 LabelNode *lableStmt = mirModule.CurFuncCodeMemPool()->New<LabelNode>(); in LowerComplexSelect() local