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.cpp154 const Counter &getCounter() const { return Count; } in getCounter() function in __anon413222f00211::SourceMappingRegion
554 Region.getCounter(), *CovFileID, SR.LineStart, SR.ColumnStart, in emitSourceRegions()
562 Region.getCounter(), Region.getFalseCounter(), *CovFileID, in emitSourceRegions()
571 Region.getCounter(), *CovFileID, SR.LineStart, SR.ColumnStart, in emitSourceRegions()
935 return Counter::getCounter(CounterMap[S].Executed); in getRegionCounter()
1063 SourceRegions.emplace_back(Region.getCounter(), NestedLoc, in popRegions()
1083 SourceRegions.emplace_back(Region.getCounter(), StartLoc, in popRegions()
1128 Counter ExitCount = getRegion().getCounter(); in propagateCounts()
1261 ParentCounter = I.getCounter(); in handleFileExit()
1271 SourceRegions.emplace_back(I.getCounter(), I.getFalseCounter(), in handleFileExit()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h152 static Counter getCounter(unsigned CounterId) { in getCounter() function
1501 Counter::getCounter(~0U),
1502 Counter::getCounter(~0U));
1509 Counter::getCounter(~0U),
1510 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.cpp110 C = Counter::getCounter(T.CounterID); in simplify()
113 Counter::getCounter(T.CounterID))); in simplify()
122 Counter::getCounter(T.CounterID))); in simplify()
H A DCoverageMappingReader.cpp198 C = Counter::getCounter(Value >> Counter::EncodingTagBits); in decodeCounter()