Searched defs:commonExitBB (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | cg_dominance.h | 59 BB &commonExitBB; member in maplebe::DominanceBase 28 DominanceBase(CGFunc &func, MemPool &memPool, MemPool &tmpPool, MapleVector<BB *> &bbVec, BB &commonEntryBB, BB &commonExitBB) DominanceBase() argument 64 DomAnalysis(CGFunc &func, MemPool &memPool, MemPool &tmpPool, MapleVector<BB *> &bbVec, BB &commonEntryBB, BB &commonExitBB) DomAnalysis() argument
|
H A D | cgfunc.h | 1148 BB *commonExitBB = nullptr; /* this post-dominate all BBs */ member in maplebe::CGFunc
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | cg_cfg.cpp | 446 BB *commonExitBB = cgFunc->GetCommonExitBB(); in UpdateCommonExitBBInfo() local
|
Completed in 5 milliseconds