HomeSort by: relevance | last modified time | path
    Searched refs:createProfileWeights (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenPGO.cpp 1067 llvm::MDNode *CodeGenFunction::createProfileWeights(uint64_t TrueCount,
1082 CodeGenFunction::createProfileWeights(ArrayRef<uint64_t> Weights) const {
1112 return createProfileWeights(LoopCount,
CGStmt.cpp 1375 Weights = createProfileWeights(ThisCount, DefaultCount);
1943 createProfileWeights(*SwitchWeights));
1953 createProfileWeights(*LHW));
CGObjC.cpp 1809 createProfileWeights(EntryCount, getProfileCount(S.getBody())));
1990 createProfileWeights(getProfileCount(S.getBody()), EntryCount));
CodeGenFunction.cpp 1812 Weights = createProfileWeights(TrueCount, CurrentCount - TrueCount);
CodeGenFunction.h 1477 llvm::MDNode *createProfileWeights(uint64_t TrueCount,
1479 llvm::MDNode *createProfileWeights(ArrayRef<uint64_t> Weights) const;

Completed in 36 milliseconds