Searched refs:addCounters (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 922 Counter addCounters(Counter LHS, Counter RHS, bool Simplify = true) { in addCounters() function 926 Counter addCounters(Counter C1, Counter C2, Counter C3, in addCounters() function 928 return addCounters(addCounters(C1, C2, Simplify), C3, Simplify); in addCounters() 1593 BreakContinueStack.back().BreakCount = addCounters( in VisitBreakStmt() 1603 BreakContinueStack.back().ContinueCount = addCounters( in VisitContinueStmt() 1639 : addCounters(ParentCount, BackedgeCount, BC.ContinueCount); in VisitWhileStmt() 1655 Counter OutCount = addCounters(BC.BreakCount, BranchCount.Skipped); in VisitWhileStmt() 1684 propagateCounts(addCounters(ParentCount, BodyCount), S->getBody()); in VisitDoStmt() 1693 : addCounters(BackedgeCount, BC.ContinueCount); in VisitDoStmt() 1703 Counter OutCount = addCounters(BC.BreakCount, BranchCount.Skipped); in VisitDoStmt() [all …]
|