Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Analysis/
DInlineSizeEstimatorAnalysis.cpp182 int PairIndex = getPairIndex(LastID, ID); in getFunctionFeatures() local
183 if (PairIndex >= 0) in getFunctionFeatures()
184 ++FF.InstructionPairHistogram[PairIndex]; in getFunctionFeatures()
/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.cpp698 const unsigned PairIndex = in GetVecRegPairIndices() local
701 return IsRev ? std::make_pair(PairIndex, PairIndex + 1) in GetVecRegPairIndices()
702 : std::make_pair(PairIndex + 1, PairIndex); in GetVecRegPairIndices()