Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp62 const Counter &getCounter() const { return Count; } in getCounter() function in __anonc2ccc9df0111::SourceMappingRegion
475 return Counter::getCounter(CounterMap[S]); in getRegionCounter()
668 Counter ExitCount = getRegion().getCounter(); in propagateCounts()
739 ParentCounter = I.getCounter(); in handleFileExit()
954 Counter ParentCount = getRegion().getCounter(); in VisitWhileStmt()
983 Counter ParentCount = getRegion().getCounter(); in VisitDoStmt()
1006 Counter ParentCount = getRegion().getCounter(); in VisitForStmt()
1055 Counter ParentCount = getRegion().getCounter(); in VisitCXXForRangeStmt()
1081 Counter ParentCount = getRegion().getCounter(); in VisitObjCForCollectionStmt()
1179 Counter ParentCount = getRegion().getCounter(); in VisitIfStmt()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h133 static Counter getCounter(unsigned CounterId) { in getCounter() function
793 Counter::getCounter(~0U),
794 Counter::getCounter(~0U));
801 Counter::getCounter(~0U),
802 Counter::getCounter(~0U));
/freebsd-12.1/contrib/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.cpp115 C = Counter::getCounter(Value >> Counter::EncodingTagBits); in decodeCounter()
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_stats.h726 inline counter *getCounter(counter_e idx) { return &_counters[idx]; } in getCounter() function
891 __kmp_stats_thread_ptr->getCounter(COUNTER_##name)->increment()
H A Dkmp_stats.cpp852 allCounters[c].addSample((*it)->getCounter(c)->getValue()); in outputStats()
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h260 const uint64_t *getCounter(IntPtrT CounterPtr) const { in getCounter() function
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProfReader.cpp414 auto RawCounts = makeArrayRef(getCounter(CounterPtr), NumCounters); in readRawCounts()