Searched refs:pushRegion (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 588 size_t pushRegion(Counter Count, in pushRegion() function 703 size_t Index = pushRegion(TopCount, StartLoc, EndLoc); in propagateCounts() 744 popRegions(pushRegion(Counter::getZero(), getStart(C), getEnd(C), in createBranchRegion() 748 popRegions(pushRegion(TrueCnt, getStart(C), getEnd(C), FalseCnt)); in createBranchRegion() 759 popRegions(pushRegion(TrueCnt, getStart(SC), SC->getColonLoc(), FalseCnt)); in createSwitchCaseRegion() 879 pushRegion(Counter::getZero()); in terminateRegion() 937 size_t Index = pushRegion(Count, StartLoc, EndLoc); in fillGapAreaWithCount() 1053 pushRegion(LabelCount, Start); in VisitLabelStmt() 1112 pushRegion(OutCount); in VisitWhileStmt() 1144 pushRegion(OutCount); in VisitDoStmt() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMapping.h | 369 void pushRegion(CounterMappingRegion Region, uint64_t Count, in pushRegion() function
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMapping.cpp | 283 Function.pushRegion(Region, *ExecutionCount, *AltExecutionCount); in loadFunctionRecord()
|