Lines Matching refs:getProfileCount
829 uint64_t ThenCount = getProfileCount(S.getThen()); in EmitIfStmt()
915 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())); in EmitWhileStmt()
1009 uint64_t BackedgeCount = getProfileCount(S.getBody()) - ParentCount; in EmitDoStmt()
1095 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())); in EmitForStmt()
1180 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())); in EmitCXXForRangeStmt()
1441 uint64_t Total = getProfileCount(&S); in EmitCaseStmtRange()
1483 uint64_t ThisCount = getProfileCount(&S); in EmitCaseStmtRange()
1552 SwitchWeights->push_back(getProfileCount(&S)); in EmitCaseStmt()
1568 SwitchWeights->push_back(getProfileCount(&S)); in EmitCaseStmt()
1594 SwitchWeights->push_back(getProfileCount(NextCase)); in EmitCaseStmt()
1999 DefaultCount = getProfileCount(Case); in EmitSwitchStmt()