Searched refs:FirstCatch (Results 1 – 2 of 2) sorted by relevance
393 unsigned FirstCatch = i + FilterLength + !FilterLength; in AddCatchInfo() local394 assert(FirstCatch <= N && "Invalid filter length"); in AddCatchInfo()396 if (FirstCatch < N) { in AddCatchInfo()397 TyInfo.reserve(N - FirstCatch); in AddCatchInfo()398 for (unsigned j = FirstCatch; j < N; ++j) in AddCatchInfo()410 for (unsigned j = i + 1; j < FirstCatch; ++j) in AddCatchInfo()
468 unsigned FirstCatch = i + FilterLength + !FilterLength; in TransferClausesToLandingPadInst() local469 assert(FirstCatch <= N && "Invalid filter length"); in TransferClausesToLandingPadInst()471 if (FirstCatch < N) in TransferClausesToLandingPadInst()472 for (unsigned j = FirstCatch; j < N; ++j) { in TransferClausesToLandingPadInst()489 for (unsigned j = i + 1; j < FirstCatch; ++j) in TransferClausesToLandingPadInst()