Home
last modified time | relevance | path

Searched defs:newBB (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
Dme_cfg.cpp229 BB *newBB = memPool->New<BB>(&mecfgAlloc, &func.GetVersAlloc(), BBId(nextBBId++)); in NewBasicBlock() local
237 BB *newBB = memPool->New<BB>(&mecfgAlloc, &func.GetVersAlloc(), BBId(nextBBId++)); in InsertNewBasicBlock() local
290 …::SetTryBlockInfo(const StmtNode *nextStmt, StmtNode *tryStmt, BB *lastTryBB, BB *curBB, BB *newBB) in SetTryBlockInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_optimize_common.cpp233 BB *newBB = GetCGFunc()->CreateNewBB(); in CreateGotoBBAfterCondBB() local
Daarch64_proepilog.cpp1205 void AArch64GenProEpilog::AppendBBtoEpilog(BB &epilogBB, BB &newBB) in AppendBBtoEpilog()
Daarch64_cgfunc.cpp10461 BB *newBB = StartNewBBImpl(false, stmt); in CreateLabeledBB() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dlsda.h192 void UpdateCallSite(const BB &oldBB, const BB &newBB) in UpdateCallSite()
Dcgfunc.h1367 BB *newBB = CreateNewBB(); in CreateNewBB() local
1376 BB *newBB = CreateNewBB(unreachable, kind, frequency); in CreateNewBB() local
1396 BB *newBB = CreateNewBB(); in StartNewBBImpl() local
Dcgbb.h546 void ReplaceSucc(const MapleList<BB *>::const_iterator it, BB &newBB) in ReplaceSucc()
553 void ReplaceSucc(BB &oldBB, BB &newBB) in ReplaceSucc()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dtrycatchblockslower.cpp20 BBT *newBB = memPool.New<BBT>(first, last, &memPool); in CreateNewBB() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_cfg.cpp893 BB *newBB = cgFunc->CreateNewBB(newLblIdx, false, BB::kBBGoto, pred.GetFrequency()); in BreakCriticalEdge() local
Dcfgo.cpp1142 auto &newBB = *cgFunc->CreateNewBB(false, srcBB.GetKind(), srcBB.GetFrequency()); in SplitBB() local
Dcgfunc.cpp1296 BB *newBB = cgFunc.StartNewBBImpl(false, label); in HandleLabel() local
Disel.cpp203 BB *newBB = cgFunc->StartNewBBImpl(false, label); in HandleLabel() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp291 auto newBB = std::make_unique<BasicBlock>(id); in EnsureBB() local