Lines Matching refs:getProfileCount
755 uint64_t Count = getProfileCount(S.getThen()); in EmitIfStmt()
840 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())); in EmitWhileStmt()
934 uint64_t BackedgeCount = getProfileCount(S.getBody()) - ParentCount; in EmitDoStmt()
1020 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())); in EmitForStmt()
1105 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())); in EmitCXXForRangeStmt()
1331 uint64_t Total = getProfileCount(&S); in EmitCaseStmtRange()
1373 uint64_t ThisCount = getProfileCount(&S); in EmitCaseStmtRange()
1427 SwitchWeights->push_back(getProfileCount(&S)); in EmitCaseStmt()
1443 SwitchWeights->push_back(getProfileCount(&S)); in EmitCaseStmt()
1469 SwitchWeights->push_back(getProfileCount(NextCase)); in EmitCaseStmt()
1868 DefaultCount = getProfileCount(Case); in EmitSwitchStmt()