Searched refs:PairIndex (Results 1 – 3 of 3) sorted by relevance
138 unsigned PairIndex = 0; in renderBranchExecutionCounts() local148 OS << "BRDA:" << CurrentLine << ',' << PairIndex << ',' in renderBranchExecutionCounts()156 PairIndex++; in renderBranchExecutionCounts()
180 int PairIndex = getPairIndex(LastID, ID); in getFunctionFeatures() local181 if (PairIndex >= 0) in getFunctionFeatures()182 ++FF.InstructionPairHistogram[PairIndex]; in getFunctionFeatures()
713 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()