HomeSort by relevance Sort by last modified time
    Searched refs:FirstCatch (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 461 unsigned FirstCatch = i + FilterLength + !FilterLength;
462 assert(FirstCatch <= N && "Invalid filter length");
464 if (FirstCatch < N) {
465 TyInfo.reserve(N - FirstCatch);
466 for (unsigned j = FirstCatch; j < N; ++j)
478 for (unsigned j = i + 1; j < FirstCatch; ++j)
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 88 unsigned FirstCatch = i + FilterLength + !FilterLength;
89 assert(FirstCatch <= N && "Invalid filter length");
91 if (FirstCatch < N)
92 for (unsigned j = FirstCatch; j < N; ++j) {
109 for (unsigned j = i + 1; j < FirstCatch; ++j)
    [all...]

Completed in 55 milliseconds