Home
last modified time | relevance | path

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

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