Searched refs:getCounter (Results 1 – 8 of 8) sorted by relevance
123 const Counter &getCounter() const { return Count; } in getCounter() function in __anone2f8b4240211::SourceMappingRegion570 return Counter::getCounter(CounterMap[S]); in getRegionCounter()694 Counter ExitCount = getRegion().getCounter(); in propagateCounts()812 ParentCounter = I.getCounter(); in handleFileExit()1076 Counter ParentCount = getRegion().getCounter(); in VisitWhileStmt()1116 Counter ParentCount = getRegion().getCounter(); in VisitDoStmt()1151 Counter ParentCount = getRegion().getCounter(); in VisitForStmt()1210 Counter ParentCount = getRegion().getCounter(); in VisitCXXForRangeStmt()1246 Counter ParentCount = getRegion().getCounter(); in VisitObjCForCollectionStmt()1475 Counter ParentCnt = getRegion().getCounter(); in VisitBinLAnd()[all …]
136 static Counter getCounter(unsigned CounterId) { in getCounter() function1041 Counter::getCounter(~0U),1042 Counter::getCounter(~0U));1049 Counter::getCounter(~0U),1050 Counter::getCounter(~0U));
109 C = Counter::getCounter(T.CounterID); in simplify()112 Counter::getCounter(T.CounterID))); in simplify()121 Counter::getCounter(T.CounterID))); in simplify()
192 C = Counter::getCounter(Value >> Counter::EncodingTagBits); in decodeCounter()
740 inline counter *getCounter(counter_e idx) { return &_counters[idx]; } in getCounter() function905 __kmp_stats_thread_ptr->getCounter(COUNTER_##name)->increment()
859 allCounters[c].addSample((double)(*it)->getCounter(c)->getValue()); in outputStats()
305 const uint64_t *getCounter(ptrdiff_t Offset) const { in getCounter() function
445 auto RawCounts = makeArrayRef(getCounter(CounterOffset), NumCounters); in readRawCounts()