Home
last modified time | relevance | path

Searched defs:targetBB (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_fixshortbranch.cpp209 BB *targetBB = cgFunc->GetBBFromLab2BBMap(targetLabelOpnd.GetLabelIndex()); in FixShortBranchesForSplitting() local
225 void AArch64FixShortBranch::InsertJmpPadAtSecEnd(Insn &insn, uint32 targetLabelIdx, BB &targetBB) in InsertJmpPadAtSecEnd()
Daarch64_peep.cpp1957 auto *targetBB = cgFunc->GetBBFromLab2BBMap(labelOpnd.GetLabelIndex()); in Run() local
4682 BB *targetBB = nullptr; in Run() local
Daarch64_cgfunc.cpp10610 BB *targetBB; in InsertJumpPad() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlicm.cpp223 auto *targetBB = inst->GetBasicBlock(); in MoveInstructions() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
Dme_cfg.cpp415 auto *targetBB = bb->GetSucc(1); in ConstructEdgeFreqFromBBFreq() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dreg_alloc_lsra.h594 void Init(LiveInterval &firstLi, LiveInterval &secondLi, BB &targetBB, bool endMove) in Init()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcfgo.cpp358 BB *targetBB = CGCFG::GetTargetSuc(*sucBB); in Optimize() local