Lines Matching refs:Count
69 void setCurrentRegionCount(uint64_t Count) { CurrentRegionCount = Count; } in setCurrentRegionCount() argument
78 bool getStmtCount(const Stmt *S, uint64_t &Count) { in getStmtCount() argument
85 Count = I->second; in getStmtCount()
92 uint64_t Count; in setCurrentStmt() local
93 if (getStmtCount(S, Count)) in setCurrentStmt()
94 setCurrentRegionCount(Count); in setCurrentStmt()
152 uint64_t Count; variable
158 : PGO(&PGO), Counter(CounterIndex), Count(PGO.getRegionCount(Counter)), in RegionCounter()
164 Count(PGO.getRegionCount(Counter)), in RegionCounter()
170 uint64_t getCount() const { return Count; } in getCount()
178 return Count + Adjust; in getAdjustedCount()
195 RegionCount = Count;
204 RegionCount = ParentCount - Count; in beginElseRegion()