OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Aug 09 00:24:28 UTC 2026