Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/get_insts/
Dgetnextpropname_dynamic.cpp50 auto *newBB = g_implG->bbCreateEmpty(graph); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h806 BB *newBB = CreateNewBB(); in CreateNewBB() local
815 BB *newBB = CreateNewBB(unreachable, kind, frequency); in CreateNewBB() local
823 BB *newBB = CreateNewBB(); in StartNewBBImpl() local
Dcgbb.h539 void ReplaceSucc(const MapleList<BB *>::const_iterator it, BB &newBB) in ReplaceSucc()
546 void ReplaceSucc(BB &oldBB, BB &newBB) in ReplaceSucc()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgfunc.cpp308 BB *newBB = cgFunc.StartNewBBImpl(false, label); in HandleLabel() local
Disel.cpp182 BB *newBB = cgFunc->StartNewBBImpl(false, label); in HandleLabel() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_proepilog.cpp878 void AArch64GenProEpilog::AppendBBtoEpilog(BB &epilogBB, BB &newBB) in AppendBBtoEpilog()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DCFG.cpp754 BasicBlock *newBB = nullptr; in Build() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp292 auto newBB = std::make_unique<BasicBlock>(id); in EnsureBB() local