Lines Matching refs:getProfileCount
949 uint64_t ThenCount = getProfileCount(S.getThen()); in EmitIfStmt()
1133 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())); in EmitWhileStmt()
1256 uint64_t BackedgeCount = getProfileCount(S.getBody()) - ParentCount; in EmitDoStmt()
1366 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())); in EmitForStmt()
1485 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())); in EmitCXXForRangeStmt()
1787 uint64_t Total = getProfileCount(&S); in EmitCaseStmtRange()
1829 uint64_t ThisCount = getProfileCount(&S); in EmitCaseStmtRange()
1898 SwitchWeights->push_back(getProfileCount(&S)); in EmitCaseStmt()
1914 SwitchWeights->push_back(getProfileCount(&S)); in EmitCaseStmt()
1940 SwitchWeights->push_back(getProfileCount(NextCase)); in EmitCaseStmt()
2362 DefaultCount = getProfileCount(Case); in EmitSwitchStmt()