Home
last modified time | relevance | path

Searched defs:brTarget (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcfgo.cpp234 LabelOperand &brTarget = cgFunc->GetOrCreateLabelOperand(tgtLabIdx); in ClearCurBBAndResetTargetBB() local
641 LabelOperand &brTarget = cgFunc->GetOrCreateLabelOperand(*ftBB); in RelocateThrowBB() local
720 Operand &brTarget = brInsn->GetOperand(GetJumpTargetIdx(*brInsn)); in Optimize() local
764 LabelOperand &brTarget = cgFunc->GetOrCreateLabelOperand(tgtLabIdx); in Optimize() local
1282 auto &brTarget = cgFunc->GetOrCreateLabelOperand(*redirectBB); in TryCrossJumpBB() local
Dcg_cfg.cpp928 …LabelOperand &brTarget = static_cast<LabelOperand &>(brInsn->GetOperand(AArch64isa::GetJumpTargetI… in BreakCriticalEdge() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp4698 Operand &brTarget = brInsn->GetOperand(kInsnFirstOpnd); in Run() local