Lines Matching refs:getProfileCount
614 getProfileCount(S.getThen())); in EmitIfStmt()
708 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody()))); in EmitWhileStmt()
788 uint64_t BackedgeCount = getProfileCount(S.getBody()) - ParentCount; in EmitDoStmt()
860 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody()))); in EmitForStmt()
938 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody()))); in EmitCXXForRangeStmt()
1123 uint64_t Total = getProfileCount(&S); in EmitCaseStmtRange()
1162 uint64_t ThisCount = getProfileCount(&S); in EmitCaseStmtRange()
1211 SwitchWeights->push_back(getProfileCount(&S)); in EmitCaseStmt()
1227 SwitchWeights->push_back(getProfileCount(&S)); in EmitCaseStmt()
1249 SwitchWeights->push_back(getProfileCount(NextCase)); in EmitCaseStmt()
1546 DefaultCount = getProfileCount(Case); in EmitSwitchStmt()