HomeSort by: relevance | last modified time | path
    Searched refs:PairIndex (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InlineSizeEstimatorAnalysis.cpp 182 int PairIndex = getPairIndex(LastID, ID);
183 if (PairIndex >= 0)
184 ++FF.InstructionPairHistogram[PairIndex];
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
CoverageExporterLcov.cpp 135 // (BranchIndex) as well as based on True/False pairs (PairIndex).
138 unsigned PairIndex = 0;
148 OS << "BRDA:" << CurrentLine << ',' << PairIndex << ','
156 PairIndex++;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.cpp 698 const unsigned PairIndex =
701 return IsRev ? std::make_pair(PairIndex, PairIndex + 1)
702 : std::make_pair(PairIndex + 1, PairIndex);

Completed in 112 milliseconds