Home
last modified time | relevance | path

Searched refs:AddToStringLabelMap (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
Dme_function.cpp68 mirModule.CurFunction()->GetLabelTab()->AddToStringLabelMap(label); in GetOrCreateBBLabel()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_lower.cpp146 mirModule.CurFunction()->GetLabelTab()->AddToStringLabelMap(lableIdx); in CreateCondGotoStmt()
200 mirModule.CurFunction()->GetLabelTab()->AddToStringLabelMap(gotoLableIdx); in CreateBrFalseAndGotoStmt()
359 mirModule.CurFunction()->GetLabelTab()->AddToStringLabelMap(lalbeIdx); in LowerWhileStmt()
366 mirModule.CurFunction()->GetLabelTab()->AddToStringLabelMap(whileLalbeIdx); in LowerWhileStmt()
377 mirModule.CurFunction()->GetLabelTab()->AddToStringLabelMap(bodyLableIdx); in LowerWhileStmt()
450 mirModule.CurFunction()->GetLabelTab()->AddToStringLabelMap(lIdx); in LowerDoloopStmt()
458 mirModule.CurFunction()->GetLabelTab()->AddToStringLabelMap(bodyLabelIdx); in LowerDoloopStmt()
525 mirModule.CurFunction()->GetLabelTab()->AddToStringLabelMap(lIdx); in LowerDowhileStmt()
615 mirFunc->GetLabelTab()->AddToStringLabelMap(labIdx); in LowerEmbeddedCandCior()
671 mirModule.CurFunction()->GetLabelTab()->AddToStringLabelMap(lIdx); in LowerCandCior()
Dmir_symbol.cpp454 void MIRLabelTable::AddToStringLabelMap(LabelIdx labelIdx) in AddToStringLabelMap() function in maple::MIRLabelTable
Dmir_function.cpp157 GetLabelTab()->AddToStringLabelMap(labelIdx); in GetOrCreateLableIdxFromName()
Dmir_builder.cpp1285 currentFunctionInner->GetLabelTab()->AddToStringLabelMap(lableIdx); in GetOrCreateMIRLabel()
1293 mirFunc.GetLabelTab()->AddToStringLabelMap(lableIdx); in CreateLabIdx()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_symbol.h801 void AddToStringLabelMap(LabelIdx labelIdx);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Deh_func.cpp247 cgFunc->GetFunction().GetLabelTab()->AddToStringLabelMap(dfLabIdx); in InsertDefaultLabelAndAbortFunc()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp480 (void)module.CurFunction()->GetLabelTab()->AddToStringLabelMap(labelIdx); in CreateBB()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp315 mirModule.CurFunction()->GetLabelTab()->AddToStringLabelMap(targetIdx); in LowerComplexSelect()
351 mirModule.CurFunction()->GetLabelTab()->AddToStringLabelMap(EndIdx); in LowerComplexSelect()