Searched refs:createProfileWeights (Results 1 – 5 of 5) sorted by relevance
1067 llvm::MDNode *CodeGenFunction::createProfileWeights(uint64_t TrueCount, in createProfileWeights() function in CodeGenFunction1082 CodeGenFunction::createProfileWeights(ArrayRef<uint64_t> Weights) const { in createProfileWeights() function in CodeGenFunction1112 return createProfileWeights(LoopCount, in createProfileWeightsForLoop()
1375 Weights = createProfileWeights(ThisCount, DefaultCount); in EmitCaseStmtRange()1943 createProfileWeights(*SwitchWeights)); in EmitSwitchStmt()1953 createProfileWeights(*LHW)); in EmitSwitchStmt()
1809 createProfileWeights(EntryCount, getProfileCount(S.getBody()))); in EmitObjCForCollectionStmt()1990 createProfileWeights(getProfileCount(S.getBody()), EntryCount)); in EmitObjCForCollectionStmt()
1477 llvm::MDNode *createProfileWeights(uint64_t TrueCount,1479 llvm::MDNode *createProfileWeights(ArrayRef<uint64_t> Weights) const;
1812 Weights = createProfileWeights(TrueCount, CurrentCount - TrueCount); in EmitBranchOnBoolExpr()