[PATCH] D33012: [ProfileSummary] Make getProfileCount a non-static member function.
Easwaran Raman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 9 11:36:50 PDT 2017
eraman created this revision.
This change is required because the notion of count is different for sample profiling and getProfileCount will need to determine the underlying profile type.
https://reviews.llvm.org/D33012
Files:
include/llvm/Analysis/ProfileSummaryInfo.h
include/llvm/Transforms/Utils/Cloning.h
lib/Analysis/ModuleSummaryAnalysis.cpp
lib/Transforms/IPO/Inliner.cpp
lib/Transforms/Utils/InlineFunction.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33012.98327.patch
Type: text/x-patch
Size: 6411 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170509/c09a8d79/attachment.bin>
More information about the llvm-commits
mailing list