forked from OSchip/llvm-project
c6c051f2ea
Summary: In the compile phase of SamplePGO+ThinLTO, ICP is not invoked. Instead, indirect call targets will be included as function metadata for ThinIndex to buidl the call graph. This should not only include functions defined in other modules, but also functions defined in the same module, otherwise ThinIndex may find the callee dead and eliminate it, while ICP in backend will revive the symbol, which leads to undefined symbol. Reviewers: tejohnson Reviewed By: tejohnson Subscribers: sanjoy, llvm-commits, mehdi_amini Differential Revision: https://reviews.llvm.org/D39480 llvm-svn: 317118 |
||
---|---|---|
.. | ||
bad_discriminator_value.prof | ||
bad_fn_header.prof | ||
bad_line_values.prof | ||
bad_mangle.prof | ||
bad_sample_line.prof | ||
bad_samples.prof | ||
branch.prof | ||
calls.prof | ||
cov-zero-samples.prof | ||
coverage-warning.prof | ||
discriminator.prof | ||
einline.prof | ||
entry_counts.prof | ||
fnptr.binprof | ||
fnptr.prof | ||
function_metadata.prof | ||
gcc-simple.afdo | ||
indirect-call.afdo | ||
indirect-call.prof | ||
inline-act.prof | ||
inline-combine.prof | ||
inline-coverage.prof | ||
inline-hint.prof | ||
inline.prof | ||
nodebug.prof | ||
nolocinfo.prof | ||
offset.prof | ||
propagate.prof | ||
remarks.prof | ||
summary.prof | ||
syntax.prof |