Searched defs:CounterCoverageMappingBuilder (Results 1 – 1 of 1) sorted by relevance
334 struct CounterCoverageMappingBuilder struct338 llvm::DenseMap<const Stmt *, unsigned> &CounterMap;341 std::vector<SourceMappingRegion> RegionStack;343 CounterExpressionBuilder Builder;349 SourceLocation MostRecentLocation;352 Counter subtractCounters(Counter LHS, Counter RHS) { in subtractCounters()357 Counter addCounters(Counter LHS, Counter RHS) { in addCounters()361 Counter addCounters(Counter C1, Counter C2, Counter C3) { in addCounters()365 Counter addCounters(Counter C1, Counter C2, Counter C3, Counter C4) { in addCounters()372 Counter getRegionCounter(const Stmt *S) { in getRegionCounter()[all …]