Lines Matching refs:getProfileCount
644 getProfileCount(S.getThen())); in EmitIfStmt()
728 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody()))); in EmitWhileStmt()
810 uint64_t BackedgeCount = getProfileCount(S.getBody()) - ParentCount; in EmitDoStmt()
883 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody()))); in EmitForStmt()
964 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody()))); in EmitCXXForRangeStmt()
1163 uint64_t Total = getProfileCount(&S); in EmitCaseStmtRange()
1202 uint64_t ThisCount = getProfileCount(&S); in EmitCaseStmtRange()
1251 SwitchWeights->push_back(getProfileCount(&S)); in EmitCaseStmt()
1267 SwitchWeights->push_back(getProfileCount(&S)); in EmitCaseStmt()
1289 SwitchWeights->push_back(getProfileCount(NextCase)); in EmitCaseStmt()
1623 DefaultCount = getProfileCount(Case); in EmitSwitchStmt()