OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThenCount
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CoverageMappingGen.cpp
1371
Counter
ThenCount
= getRegionCounter(S);
1380
fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(),
ThenCount
);
1383
Counter OutCount = propagateCounts(
ThenCount
, S->getThen());
1385
Counter ElseCount = subtractCounters(ParentCount,
ThenCount
);
1408
createBranchRegion(S->getCond(),
ThenCount
,
1409
subtractCounters(ParentCount,
ThenCount
));
CodeGenPGO.cpp
659
uint64_t
ThenCount
= setCount(PGO.getRegionCount(S));
660
CountMap[S->getThen()] =
ThenCount
;
664
uint64_t ElseCount = ParentCount -
ThenCount
;
Completed in 18 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026