Home
last modified time | relevance | path

Searched refs:FirstCatch (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp393 unsigned FirstCatch = i + FilterLength + !FilterLength; in AddCatchInfo() local
394 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()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAutoUpgrade.cpp468 unsigned FirstCatch = i + FilterLength + !FilterLength; in TransferClausesToLandingPadInst() local
469 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()