Searched refs:getCounter (Results 1 – 6 of 6) sorted by relevance
148 const Counter &getCounter() const { return Count; } in getCounter() function in __anonc2c3cfe60211::SourceMappingRegion855 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 …]
149 static Counter getCounter(unsigned CounterId) { in getCounter() function1332 Counter::getCounter(~0U),1333 Counter::getCounter(~0U));1340 Counter::getCounter(~0U),1341 Counter::getCounter(~0U));
747 inline counter *getCounter(counter_e idx) { return &_counters[idx]; } in getCounter() function912 __kmp_stats_thread_ptr->getCounter(COUNTER_##name)->increment()
859 allCounters[c].addSample((double)(*it)->getCounter(c)->getValue()); in outputStats()
112 C = Counter::getCounter(T.CounterID); in simplify()115 Counter::getCounter(T.CounterID))); in simplify()124 Counter::getCounter(T.CounterID))); in simplify()
198 C = Counter::getCounter(Value >> Counter::EncodingTagBits); in decodeCounter()