Lines Matching refs:getProfileCount
758 uint64_t Count = getProfileCount(S.getThen()); in EmitIfStmt()
843 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())); in EmitWhileStmt()
937 uint64_t BackedgeCount = getProfileCount(S.getBody()) - ParentCount; in EmitDoStmt()
1023 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())); in EmitForStmt()
1108 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())); in EmitCXXForRangeStmt()
1369 uint64_t Total = getProfileCount(&S); in EmitCaseStmtRange()
1411 uint64_t ThisCount = getProfileCount(&S); in EmitCaseStmtRange()
1465 SwitchWeights->push_back(getProfileCount(&S)); in EmitCaseStmt()
1481 SwitchWeights->push_back(getProfileCount(&S)); in EmitCaseStmt()
1507 SwitchWeights->push_back(getProfileCount(NextCase)); in EmitCaseStmt()
1906 DefaultCount = getProfileCount(Case); in EmitSwitchStmt()