Lines Matching refs:getProfileCount
819 uint64_t Count = getProfileCount(S.getThen()); in EmitIfStmt()
904 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())); in EmitWhileStmt()
998 uint64_t BackedgeCount = getProfileCount(S.getBody()) - ParentCount; in EmitDoStmt()
1084 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())); in EmitForStmt()
1169 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())); in EmitCXXForRangeStmt()
1430 uint64_t Total = getProfileCount(&S); in EmitCaseStmtRange()
1472 uint64_t ThisCount = getProfileCount(&S); in EmitCaseStmtRange()
1541 SwitchWeights->push_back(getProfileCount(&S)); in EmitCaseStmt()
1557 SwitchWeights->push_back(getProfileCount(&S)); in EmitCaseStmt()
1583 SwitchWeights->push_back(getProfileCount(NextCase)); in EmitCaseStmt()
1988 DefaultCount = getProfileCount(Case); in EmitSwitchStmt()