HomeSort by: relevance | last modified time | path
    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