Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_dominance.h29 BB &commonExitBB) in DominanceBase()
59 BB &commonExitBB; variable
65 BB &commonExitBB) in DomAnalysis()
Dcgfunc.h1151 BB *commonExitBB = nullptr; /* this post-dominate all BBs */ variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_cfg.cpp442 BB *commonExitBB = cgFunc->GetCommonExitBB(); in UpdateCommonExitBBInfo() local