Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp577 size_t pushRegion(Counter Count, Optional<SourceLocation> StartLoc = None, in pushRegion() function
691 size_t Index = pushRegion(TopCount, StartLoc, EndLoc); in propagateCounts()
732 popRegions(pushRegion(Counter::getZero(), getStart(C), getEnd(C), in createBranchRegion()
736 popRegions(pushRegion(TrueCnt, getStart(C), getEnd(C), FalseCnt)); in createBranchRegion()
747 popRegions(pushRegion(TrueCnt, getStart(SC), SC->getColonLoc(), FalseCnt)); in createSwitchCaseRegion()
869 pushRegion(Counter::getZero()); in terminateRegion()
927 size_t Index = pushRegion(Count, StartLoc, EndLoc); in fillGapAreaWithCount()
1043 pushRegion(LabelCount, Start); in VisitLabelStmt()
1102 pushRegion(OutCount); in VisitWhileStmt()
1134 pushRegion(OutCount); in VisitDoStmt()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h365 void pushRegion(CounterMappingRegion Region, uint64_t Count, in pushRegion() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp282 Function.pushRegion(Region, *ExecutionCount, *AltExecutionCount); in loadFunctionRecord()