Searched refs:getCounter (Results 1 – 6 of 6) sorted by relevance
| /freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 156 const Counter &getCounter() const { return Count; } 556 Region.getCounter(), *CovFileID, SR.LineStart, SR.ColumnStart, in VisitDecl() 564 Region.getCounter(), Region.getFalseCounter(), *CovFileID, 573 Region.getCounter(), *CovFileID, SR.LineStart, SR.ColumnStart, in write() 941 return Counter::getCounter(CounterMap[S]); in popRegions() 1025 SourceRegions.emplace_back(Region.getCounter(), NestedLoc, in ConditionFoldsToBool() 1045 SourceRegions.emplace_back(Region.getCounter(), StartLoc, in createBranchRegion() 1090 Counter ExitCount = getRegion().getCounter(); in isRegionAlreadyAdded() 1224 ParentCounter = I.getCounter(); in findGapAreaBetween() 1234 SourceRegions.emplace_back(I.getCounter(), in findGapAreaBetween() 148 const Counter &getCounter() const { return Count; } getCounter() function in __anone7971d820211::SourceMappingRegion [all...] |
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMapping.h | 149 static Counter getCounter(unsigned CounterId) { in getCounter() function 1425 Counter::getCounter(~0U), 1426 Counter::getCounter(~0U)); 1433 Counter::getCounter(~0U), 1434 Counter::getCounter(~0U));
|
| /freebsd-src/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_stats.h | 747 inline counter *getCounter(counter_e idx) { return &_counters[idx]; } in getCounter() function 912 __kmp_stats_thread_ptr->getCounter(COUNTER_##name)->increment()
|
| H A D | kmp_stats.cpp | 859 allCounters[c].addSample((double)(*it)->getCounter(c)->getValue()); in outputStats()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMapping.cpp | 113 C = Counter::getCounter(T.CounterID); in simplify() 116 Counter::getCounter(T.CounterID))); in simplify() 125 Counter::getCounter(T.CounterID))); in simplify()
|
| H A D | CoverageMappingReader.cpp | 198 C = Counter::getCounter(Value >> Counter::EncodingTagBits); in decodeCounter()
|