Searched refs:createProfileWeights (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenPGO.cpp784 llvm::MDNode *CodeGenFunction::createProfileWeights(uint64_t TrueCount, function in class:CodeGenFunction
799 CodeGenFunction::createProfileWeights(ArrayRef<uint64_t> Weights) { function in class:CodeGenFunction
829 return createProfileWeights(LoopCount,
H A DCGStmt.cpp1111 Weights = createProfileWeights(ThisCount, DefaultCount);
1559 createProfileWeights(*SwitchWeights));
H A DCGObjC.cpp1558 createProfileWeights(EntryCount, getProfileCount(S.getBody())));
1704 createProfileWeights(getProfileCount(S.getBody()), EntryCount));
H A DCodeGenFunction.h946 llvm::MDNode *createProfileWeights(uint64_t TrueCount, uint64_t FalseCount);
947 llvm::MDNode *createProfileWeights(ArrayRef<uint64_t> Weights);
H A DCodeGenFunction.cpp1316 createProfileWeights(TrueCount, CurrentCount - TrueCount);

Completed in 108 milliseconds