Home
last modified time | relevance | path

Searched refs:PairIndex (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/tools/llvm-cov/
DCoverageExporterLcov.cpp138 unsigned PairIndex = 0; in renderBranchExecutionCounts() local
148 OS << "BRDA:" << CurrentLine << ',' << PairIndex << ',' in renderBranchExecutionCounts()
156 PairIndex++; in renderBranchExecutionCounts()
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DInlineSizeEstimatorAnalysis.cpp181 int PairIndex = getPairIndex(LastID, ID); in getFunctionFeatures() local
182 if (PairIndex >= 0) in getFunctionFeatures()
183 ++FF.InstructionPairHistogram[PairIndex]; in getFunctionFeatures()
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.cpp705 const unsigned PairIndex = in GetVecRegPairIndices() local
708 return IsRev ? std::make_pair(PairIndex, PairIndex + 1) in GetVecRegPairIndices()
709 : std::make_pair(PairIndex + 1, PairIndex); in GetVecRegPairIndices()