Searched refs:createProfileWeights (Results 1 – 5 of 5) sorted by relevance
1453 llvm::MDNode *CodeGenFunction::createProfileWeights(uint64_t TrueCount, in createProfileWeights() function in CodeGenFunction1468 CodeGenFunction::createProfileWeights(ArrayRef<uint64_t> Weights) const { in createProfileWeights() function in CodeGenFunction1498 return createProfileWeights(LoopCount, in createProfileWeightsForLoop()
1682 Weights = createProfileWeights(ThisCount, DefaultCount); in EmitCaseStmtRange()2271 createProfileWeights(*SwitchWeights)); in EmitSwitchStmt()2281 createProfileWeights(*LHW)); in EmitSwitchStmt()
1858 createProfileWeights(EntryCount, getProfileCount(S.getBody()))); in EmitObjCForCollectionStmt()2039 createProfileWeights(getProfileCount(S.getBody()), EntryCount)); in EmitObjCForCollectionStmt()
1619 llvm::MDNode *createProfileWeights(uint64_t TrueCount,1621 llvm::MDNode *createProfileWeights(ArrayRef<uint64_t> Weights) const;
2055 Weights = createProfileWeights(TrueCount, CurrentCount - TrueCount); in EmitBranchOnBoolExpr()