Searched refs:ElseCount (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp327 uint64_t ElseCount = TotalCount - Count; local
328 uint64_t MaxCount = (Count >= ElseCount ? Count : ElseCount);
332 scaleBranchCount(Count, Scale), scaleBranchCount(ElseCount, Scale));
/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp500 uint64_t ElseCount = ParentCount - ThenCount; local
502 setCount(ElseCount);
503 CountMap[S->getElse()] = ElseCount;
507 OutCount += ElseCount;
H A DCoverageMappingGen.cpp855 Counter ElseCount = subtractCounters(ParentCount, ThenCount); local
858 OutCount = addCounters(OutCount, propagateCounts(ElseCount, Else));
860 OutCount = addCounters(OutCount, ElseCount);

Completed in 282 milliseconds