Searched defs:exitBB (Results 1 – 3 of 3) sorted by relevance
542 …for (auto exitBB = cgFunc->GetExitBBsVec().begin(); exitBB != cgFunc->GetExitBBsVec().end(); ++exi… in UnreachCodeAnalysis() local
964 for (auto *exitBB : cgFunc.GetExitBBsVec()) { in Run() local969 for (auto *exitBB : cgFunc.GetExitBBsVec()) { in Run() local
212 auto exitBB = Build(scriptFunctionNode->Body()->AsBlockStatement(), entryBB); in Build() local