Searched refs:PoppedCatches (Results 1 – 1 of 1) sorted by relevance
357 SmallVector<CatchHandler *, 4> PoppedCatches; in processCallSite() local360 PoppedCatches.push_back(CH); in processCallSite()371 if (!EnteringScope && !PoppedCatches.empty()) { in processCallSite()377 for (int I = 0, E = PoppedCatches.size(); I != E; ++I) { in processCallSite()378 CatchHandler *CH = PoppedCatches[I]; in processCallSite()379 if (I + 1 == E || CH->getEHState() != PoppedCatches[I + 1]->getEHState()) { in processCallSite()382 makeArrayRef(&PoppedCatches[LastTryLowIdx], I - LastTryLowIdx + 1); in processCallSite()388 for (CatchHandler *CH : PoppedCatches) { in processCallSite()