Searched defs:newBB (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/ |
| D | me_cfg.cpp | 353 BB *newBB = memPool->New<BB>(&mecfgAlloc, &func.GetVersAlloc(), BBId(nextBBId++)); in NewBasicBlock() local 361 BB *newBB = memPool->New<BB>(&mecfgAlloc, &func.GetVersAlloc(), BBId(nextBBId++)); in InsertNewBasicBlock() local 414 …::SetTryBlockInfo(const StmtNode *nextStmt, StmtNode *tryStmt, BB *lastTryBB, BB *curBB, BB *newBB) in SetTryBlockInfo() 458 BB *newBB = NewBasicBlock(); in CreateBasicBlocks() local 496 BB *newBB = NewBasicBlock(); in CreateBasicBlocks() local 514 BB *newBB = NewBasicBlock(); in CreateBasicBlocks() local 537 BB *newBB = NewBasicBlock(); in CreateBasicBlocks() local 554 BB *newBB = NewBasicBlock(); in CreateBasicBlocks() local 615 BB *newBB = NewBasicBlock(); in CreateBasicBlocks() local 629 BB *newBB = NewBasicBlock(); in CreateBasicBlocks() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cg_cfg.cpp | 818 void CGCFG::UpdatePredsSuccsAfterSplit(BB &pred, BB &succ, BB &newBB) in UpdatePredsSuccsAfterSplit() 879 BB *newBB = cgFunc->CreateNewBB(newLblIdx, false, BB::kBBGoto, pred.GetFrequency()); in BreakCriticalEdge() local
|
| D | cgfunc.cpp | 1236 BB *newBB = cgFunc.StartNewBBImpl(false, label); in HandleLabel() local
|
| D | isel.cpp | 205 BB *newBB = cgFunc->StartNewBBImpl(false, label); in HandleLabel() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | trycatchblockslower.cpp | 20 BBT *newBB = memPool.New<BBT>(first, last, &memPool); in CreateNewBB() local 141 BBT *newBB = CreateNewBB(commentB, stmt); in RecoverBasicBlock() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | lsda.h | 192 void UpdateCallSite(const BB &oldBB, const BB &newBB) in UpdateCallSite()
|
| D | cgfunc.h | 1272 BB *newBB = CreateNewBB(); in CreateNewBB() local 1281 BB *newBB = CreateNewBB(unreachable, kind, frequency); in CreateNewBB() local 1301 BB *newBB = CreateNewBB(); in StartNewBBImpl() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_proepilog.cpp | 446 BB *newBB = cgFunc.CreateNewBB(failLable, bb.IsUnreachable(), bb.GetKind(), bb.GetFrequency()); in GenStackGuardCheckInsn() local
|
| D | aarch64_cgfunc.cpp | 11526 BB *newBB = StartNewBBImpl(false, stmt); in CreateLabeledBB() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | llvm_ir_builder.cpp | 273 auto newBB = std::make_unique<BasicBlock>(id); in EnsureBB() local
|