Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp148 const Counter &getCounter() const { return Count; } in getCounter() function in __anonc2c3cfe60211::SourceMappingRegion
855 return Counter::getCounter(CounterMap[S]); in getRegionCounter()
1010 Counter ExitCount = getRegion().getCounter(); in propagateCounts()
1142 ParentCounter = I.getCounter(); in handleFileExit()
1494 Counter ParentCount = getRegion().getCounter(); in VisitWhileStmt()
1534 Counter ParentCount = getRegion().getCounter(); in VisitDoStmt()
1569 Counter ParentCount = getRegion().getCounter(); in VisitForStmt()
1628 Counter ParentCount = getRegion().getCounter(); in VisitCXXForRangeStmt()
1664 Counter ParentCount = getRegion().getCounter(); in VisitObjCForCollectionStmt()
2012 Counter ParentCnt = getRegion().getCounter(); in VisitBinLAnd()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h149 static Counter getCounter(unsigned CounterId) { in getCounter() function
1332 Counter::getCounter(~0U),
1333 Counter::getCounter(~0U));
1340 Counter::getCounter(~0U),
1341 Counter::getCounter(~0U));
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp112 C = Counter::getCounter(T.CounterID); in simplify()
115 Counter::getCounter(T.CounterID))); in simplify()
124 Counter::getCounter(T.CounterID))); in simplify()
H A DCoverageMappingReader.cpp198 C = Counter::getCounter(Value >> Counter::EncodingTagBits); in decodeCounter()