Home
last modified time | relevance | path

Searched defs:exitBB (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_cfg.cpp542 …for (auto exitBB = cgFunc->GetExitBBsVec().begin(); exitBB != cgFunc->GetExitBBsVec().end(); ++exi… in UnreachCodeAnalysis() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_proepilog.cpp964 for (auto *exitBB : cgFunc.GetExitBBsVec()) { in Run() local
969 for (auto *exitBB : cgFunc.GetExitBBsVec()) { in Run() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DCFG.cpp212 auto exitBB = Build(scriptFunctionNode->Body()->AsBlockStatement(), entryBB); in Build() local