Searched refs:setCount (Results 1 – 8 of 8) sorted by relevance
613 uint64_t setCount(uint64_t Count) { in setCount() function627 uint64_t BodyCount = setCount(PGO.getRegionCount(D->getBody())); in VisitFunctionDecl()639 uint64_t BodyCount = setCount(PGO.getRegionCount(D->getBody())); in VisitCapturedDecl()646 uint64_t BodyCount = setCount(PGO.getRegionCount(D->getBody())); in VisitObjCMethodDecl()653 uint64_t BodyCount = setCount(PGO.getRegionCount(D->getBody())); in VisitBlockDecl()683 uint64_t BlockCount = setCount(PGO.getRegionCount(S)); in VisitLabelStmt()711 uint64_t BodyCount = setCount(PGO.getRegionCount(S)); in VisitWhileStmt()722 setCount(ParentCount + BackedgeCount + BC.ContinueCount); in VisitWhileStmt()725 setCount(BC.BreakCount + CondCount - BodyCount); in VisitWhileStmt()735 uint64_t BodyCount = setCount(LoopCount + CurrentCount); in VisitDoStmt()[all …]
94 FileCheckType &setCount(int C);
260 void setCount(int64_t Value) override { in setCount() function
246 virtual void setCount(int64_t Value) {} in setCount() function
1002 X.setCount(cnt - 1); in processReturn()1010 X.setCount(cnt - 1); in processReturn()1244 V.setCount(V.getCount() - ACnt); in handleAutoreleaseCounts()
342 CurrentElement->setCount(*FormValue.getAsUnsignedConstant()); in processOneAttribute()
1851 Subrange->setCount(AR.getSize()); in visitKnownRecord()1860 PrevSubrange->setCount(PrevSubrange->getCount() / Count); in visitKnownRecord()1931 PrevSubrange->setCount(PrevSubrange->getCount() / Size); in visitKnownRecord()
1474 Check::FileCheckType &Check::FileCheckType::setCount(int C) { in setCount() function in Check::FileCheckType1592 Check::FileCheckType(Check::CheckPlain).setCount(Count)); in FindCheckType()