Searched refs:ThenCount (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1371 Counter ThenCount = getRegionCounter(S); local
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));
H A DCodeGenPGO.cpp659 uint64_t ThenCount = setCount(PGO.getRegionCount(S)); local
660 CountMap[S->getThen()] = ThenCount;
664 uint64_t ElseCount = ParentCount - ThenCount;

Completed in 120 milliseconds