Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenPGO.cpp672 uint64_t ElseCount = ParentCount - ThenCount; in VisitIfStmt() local
674 setCount(ElseCount); in VisitIfStmt()
675 CountMap[S->getElse()] = ElseCount; in VisitIfStmt()
679 OutCount += ElseCount; in VisitIfStmt()
H A DCoverageMappingGen.cpp1401 Counter ElseCount = subtractCounters(ParentCount, ThenCount); in VisitIfStmt() local
1409 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), ElseCount); in VisitIfStmt()
1411 OutCount = addCounters(OutCount, propagateCounts(ElseCount, Else)); in VisitIfStmt()
1416 OutCount = addCounters(OutCount, ElseCount); in VisitIfStmt()