HomeSort by: relevance | last modified time | path
    Searched refs:ElseCount (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
IndirectCallPromotion.cpp 308 uint64_t ElseCount = TotalCount - Count;
309 uint64_t MaxCount = (Count >= ElseCount ? Count : ElseCount);
313 scaleBranchCount(Count, Scale), scaleBranchCount(ElseCount, Scale));
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenPGO.cpp 664 uint64_t ElseCount = ParentCount - ThenCount;
666 setCount(ElseCount);
667 CountMap[S->getElse()] = ElseCount;
671 OutCount += ElseCount;
CoverageMappingGen.cpp 1385 Counter ElseCount = subtractCounters(ParentCount, ThenCount);
1393 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), ElseCount);
1395 OutCount = addCounters(OutCount, propagateCounts(ElseCount, Else));
1400 OutCount = addCounters(OutCount, ElseCount);

Completed in 32 milliseconds