Searched refs:createProfileWeights (Results 1 – 5 of 5) sorted by relevance
1323 llvm::MDNode *CodeGenFunction::createProfileWeights(uint64_t TrueCount, in createProfileWeights() function in CodeGenFunction1338 CodeGenFunction::createProfileWeights(ArrayRef<uint64_t> Weights) const { in createProfileWeights() function in CodeGenFunction1368 return createProfileWeights(LoopCount, in createProfileWeightsForLoop()
1503 Weights = createProfileWeights(ThisCount, DefaultCount); in EmitCaseStmtRange()2092 createProfileWeights(*SwitchWeights)); in EmitSwitchStmt()2102 createProfileWeights(*LHW)); in EmitSwitchStmt()
1857 createProfileWeights(EntryCount, getProfileCount(S.getBody()))); in EmitObjCForCollectionStmt()2038 createProfileWeights(getProfileCount(S.getBody()), EntryCount)); in EmitObjCForCollectionStmt()
1531 llvm::MDNode *createProfileWeights(uint64_t TrueCount,1533 llvm::MDNode *createProfileWeights(ArrayRef<uint64_t> Weights) const;
1976 Weights = createProfileWeights(TrueCount, CurrentCount - TrueCount); in EmitBranchOnBoolExpr()