Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_cfg.cpp45 BB *firstBB = cgFunc->GetFirstBB(); in BuildCFG() local
384 BB *firstBB = func.GetFirstBB(); in FindAndMarkUnreachable() local
703 BB *firstBB = cgFunc->GetFirstBB(); in UnreachCodeAnalysis() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h1806 BB *firstBB = nullptr; variable