Home
last modified time | relevance | path

Searched refs:getCounter (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp156 const Counter &getCounter() const { return Count; } in getCounter() function in __anon413222f00211::SourceMappingRegion
556 Region.getCounter(), *CovFileID, SR.LineStart, SR.ColumnStart, in emitSourceRegions()
564 Region.getCounter(), Region.getFalseCounter(), *CovFileID, in emitSourceRegions()
573 Region.getCounter(), *CovFileID, SR.LineStart, SR.ColumnStart, in emitSourceRegions()
941 return Counter::getCounter(CounterMap[S]); in getRegionCounter()
1025 SourceRegions.emplace_back(Region.getCounter(), NestedLoc, in popRegions()
1045 SourceRegions.emplace_back(Region.getCounter(), StartLoc, in popRegions()
1090 Counter ExitCount = getRegion().getCounter(); in propagateCounts()
1224 ParentCounter = I.getCounter(); in handleFileExit()
1234 SourceRegions.emplace_back(I.getCounter(), I.getFalseCounter(), in handleFileExit()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h149 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/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h747 inline counter *getCounter(counter_e idx) { return &_counters[idx]; } in getCounter() function
912 __kmp_stats_thread_ptr->getCounter(COUNTER_##name)->increment()
H A Dkmp_stats.cpp859 allCounters[c].addSample((double)(*it)->getCounter(c)->getValue()); in outputStats()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp113 C = Counter::getCounter(T.CounterID); in simplify()
116 Counter::getCounter(T.CounterID))); in simplify()
125 Counter::getCounter(T.CounterID))); in simplify()
H A DCoverageMappingReader.cpp198 C = Counter::getCounter(Value >> Counter::EncodingTagBits); in decodeCounter()