Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp249 uint64_t ElseCount = TotalCount - Count; in promoteIndirectCall() local
250 uint64_t MaxCount = (Count >= ElseCount ? Count : ElseCount); in promoteIndirectCall()
254 scaleBranchCount(Count, Scale), scaleBranchCount(ElseCount, Scale)); in promoteIndirectCall()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp800 uint64_t ElseCount = ParentCount - ThenCount; in VisitIfStmt() local
802 setCount(ElseCount); in VisitIfStmt()
803 CountMap[S->getElse()] = ElseCount; in VisitIfStmt()
807 OutCount += ElseCount; in VisitIfStmt()
H A DCoverageMappingGen.cpp1898 Counter ElseCount = subtractCounters(ParentCount, ThenCount); in VisitIfStmt() local
1907 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), ElseCount); in VisitIfStmt()
1909 OutCount = addCounters(OutCount, propagateCounts(ElseCount, Else)); in VisitIfStmt()
1914 OutCount = addCounters(OutCount, ElseCount); in VisitIfStmt()