Searched refs:getCounter (Results 1 – 8 of 8) sorted by relevance
62 const Counter &getCounter() const { return Count; } in getCounter() function in __anonc2ccc9df0111::SourceMappingRegion475 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 …]
133 static Counter getCounter(unsigned CounterId) { in getCounter() function793 Counter::getCounter(~0U),794 Counter::getCounter(~0U));801 Counter::getCounter(~0U),802 Counter::getCounter(~0U));
110 C = Counter::getCounter(T.CounterID); in simplify()113 Counter::getCounter(T.CounterID))); in simplify()122 Counter::getCounter(T.CounterID))); in simplify()
115 C = Counter::getCounter(Value >> Counter::EncodingTagBits); in decodeCounter()
726 inline counter *getCounter(counter_e idx) { return &_counters[idx]; } in getCounter() function891 __kmp_stats_thread_ptr->getCounter(COUNTER_##name)->increment()
852 allCounters[c].addSample((*it)->getCounter(c)->getValue()); in outputStats()
260 const uint64_t *getCounter(IntPtrT CounterPtr) const { in getCounter() function
414 auto RawCounts = makeArrayRef(getCounter(CounterPtr), NumCounters); in readRawCounts()