1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/include/llvm/Transforms
Easwaran Raman 8482e48d19 [ThinLTO] Compute synthetic function entry count
Summary:
This patch computes the synthetic function entry count on the whole
program callgraph (based on module summary) and writes the entry counts
to the summary. After function importing, this count gets attached to
the IR as metadata. Since it adds a new field to the summary, this bumps
up the version.

Reviewers: tejohnson

Subscribers: mehdi_amini, inglorion, llvm-commits

Differential Revision: https://reviews.llvm.org/D43521

llvm-svn: 349076
2018-12-13 19:54:27 +00:00
..
AggressiveInstCombine
InstCombine
Instrumentation Revert "[PassManager/Sanitizer] Enable usage of ported AddressSanitizer passes with -fsanitize=address" 2018-10-26 22:51:51 +00:00
IPO [ThinLTO] Internalize readonly globals 2018-11-16 07:08:00 +00:00
Scalar [Unroll/UnrollAndJam/Vectorizer/Distribute] Add followup loop attributes. 2018-12-12 17:32:52 +00:00
Utils [ThinLTO] Compute synthetic function entry count 2018-12-13 19:54:27 +00:00
Vectorize [LV] Fix signed/unsigned comparison warning. 2018-12-12 18:07:19 +00:00
Coroutines.h
Instrumentation.h [asan] Add clang flag -fsanitize-address-use-odr-indicator 2018-12-05 01:44:31 +00:00
IPO.h Hot cold splitting pass 2018-09-07 15:03:49 +00:00
ObjCARC.h
Scalar.h [Unroll/UnrollAndJam/Vectorizer/Distribute] Add followup loop attributes. 2018-12-12 17:32:52 +00:00
Utils.h [PGO] Control Height Reduction 2018-09-04 17:19:13 +00:00
Vectorize.h