Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenPGO.cpp673 uint64_t ElseCount = ParentCount - ThenCount; in VisitIfStmt() local
675 setCount(ElseCount); in VisitIfStmt()
676 CountMap[S->getElse()] = ElseCount; in VisitIfStmt()
680 OutCount += ElseCount; in VisitIfStmt()
H A DCoverageMappingGen.cpp1404 Counter ElseCount = subtractCounters(ParentCount, ThenCount); in VisitIfStmt() local
1412 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), ElseCount); in VisitIfStmt()
1414 OutCount = addCounters(OutCount, propagateCounts(ElseCount, Else)); in VisitIfStmt()
1419 OutCount = addCounters(OutCount, ElseCount); in VisitIfStmt()