Home
last modified time | relevance | path

Searched refs:AddLabel (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DregAllocator.h69 void AddLabel(Label *label) const;
DregAllocator.cpp65 void SimpleAllocator::AddLabel(Label *const label) const in AddLabel() function in panda::es2panda::compiler::SimpleAllocator
DcodeGen.cpp179 sa_.AddLabel(label); in SetLabel()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregAllocator.h58 void AddLabel(Label *label) in AddLabel() function
Dpandagen.cpp790 ra_.AddLabel(label); in SetLabel()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcfgo.cpp200 newTarget->AddLabel(tgtLabIdx); in ClearCurBBAndResetTargetBB()
611 ftBB->AddLabel(tgtLabIdx); in Optimize()
695 nextReachableBB->AddLabel(labIdx); in Optimize()
Dcgfunc.cpp1237 newBB->AddLabel(label.GetLabelIdx()); in HandleLabel()
2248 retBBPart->AddLabel(retBBPartLabelIdx); in ProcessExitBBVec()
2259 bb->AddLabel(newLabelIdx); in ProcessExitBBVec()
Dcg_cfg.cpp745 nextReachableBB->AddLabel(labelIdx); in UnreachCodeAnalysis()
Disel.cpp206 newBB->AddLabel(label.GetLabelIdx()); in HandleLabel()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclone.cpp98 (void)newFunc.GetLabelTab()->AddLabel(strIdx); in CloneLabels()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_symbol.h762 LabelIdx AddLabel(GStrIdx nameIdx) in AddLabel() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h147 void AddLabel(LabelIdx idx) in AddLabel() function
Dcgfunc.h1282 newBB->AddLabel(label); in CreateNewBB()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp8970 callBB->AddLabel(callBBLabIdx); in IntrinsifyStringIndexOf()
8981 jointBB->AddLabel(jointLabIdx); in IntrinsifyStringIndexOf()
9398 bb.AddLabel(labelIdx); in GetOrCreateLabelOperand()
11186 atomicBB->AddLabel(atomicBBLabIdx); in SelectAArch64CSyncFetch()
11234 atomicBB->AddLabel(atomicBBLabIdx); in SelectCSyncCmpSwap()
11279 nextBB->AddLabel(nextBBLableIdx); in SelectCSyncCmpSwap()
11322 atomicBB->AddLabel(atomicBBLabIdx); in SelectCSyncLockTestSet()
11527 newBB->AddLabel(labIdx); in CreateLabeledBB()
11671 fallthruBB->AddLabel(fallthruLBL); in InsertJumpPad()
11684 targetBB->AddLabel(targetLBL); in InsertJumpPad()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp2626 LabelIdx labIdx = curFunc.GetLabelTab()->AddLabel(labelStrIdx); in GetLabelIdx()
3192 LabelIdx labIdx = curFunc->GetLabelTab()->AddLabel(labelStrIdx); in LowerIntrinJavaArrayLength()