Lines Matching refs:getProfileCount
836 uint64_t ThenCount = getProfileCount(S.getThen()); in EmitIfStmt()
934 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())); in EmitWhileStmt()
1028 uint64_t BackedgeCount = getProfileCount(S.getBody()) - ParentCount; in EmitDoStmt()
1114 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())); in EmitForStmt()
1199 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())); in EmitCXXForRangeStmt()
1459 uint64_t Total = getProfileCount(&S); in EmitCaseStmtRange()
1501 uint64_t ThisCount = getProfileCount(&S); in EmitCaseStmtRange()
1570 SwitchWeights->push_back(getProfileCount(&S)); in EmitCaseStmt()
1586 SwitchWeights->push_back(getProfileCount(&S)); in EmitCaseStmt()
1612 SwitchWeights->push_back(getProfileCount(NextCase)); in EmitCaseStmt()
2017 DefaultCount = getProfileCount(Case); in EmitSwitchStmt()