Home
last modified time | relevance | path

Searched defs:commonExitBB (Results 1 – 4 of 4) 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()
189 BB &commonExitBB) in PostDomAnalysis()
Dcgfunc.h1621 BB *commonExitBB = nullptr; /* this post-dominate all BBs */ variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Ddominance.h23 …(MemPool &memPool, MemPool &tmpPool, MapleVector<BB *> &bbVec, BB &commonEntryBB, BB &commonExitBB) in Dominance()
257 BB &commonExitBB; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
Dme_cfg.cpp438 auto *commonExitBB = NewBasicBlock(); in CreateBasicBlocks() local