Home
last modified time | relevance | path

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

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