Home
last modified time | relevance | path

Searched defs:newBB (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_proepilog.cpp877 void AArch64GenProEpilog::AppendBBtoEpilog(BB &epilogBB, BB &newBB) in AppendBBtoEpilog() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcgfunc.cpp277 BB *newBB = cgFunc.StartNewBBImpl(false, label); in HandleLabel() local
H A Disel.cpp184 BB *newBB = cgFunc->StartNewBBImpl(false, label); in HandleLabel() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcgfunc.h802 BB *newBB = CreateNewBB(); in CreateNewBB() local
811 BB *newBB = CreateNewBB(unreachable, kind, frequency); in CreateNewBB() local
819 BB *newBB in StartNewBBImpl() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp291 auto newBB = std::make_unique<BasicBlock>(id); in EnsureBB() local

Completed in 14 milliseconds