Home
last modified time | relevance | path

Searched defs:firstBB (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_cfg.cpp35 BB *firstBB = cgFunc->GetFirstBB(); in BuildCFG() local
288 BB *firstBB = func.GetFirstBB(); in FindAndMarkUnreachable() local
502 BB *firstBB = cgFunc->GetFirstBB(); in UnreachCodeAnalysis() local
/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/call_runtime/
Dcall_runtime_dynamic.cpp146 auto *firstBB = helpers::BBgetSuccBlocks(g_implG->gGetStartBasicBlock(graph))[0]; in TEST_F() local
/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_static/cmp/
Dcreate_cmp_static.cpp41 AbckitBasicBlock *firstBB = succBBs[0]; in TransformIrIcreateCmp() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h1147 BB *firstBB = nullptr; variable