[PATCH] D65178: WIP: [DWARF] Collect statistics for DW_OP_entry_value
Djordje Todorovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 25 23:37:47 PDT 2019
djtodoro added a comment.
@vsk Thanks! As soon as we re-land the callsiteparam work I will start cleaning up the code and up streaming it!
There are options to look only for parameters or local variables. The help output:
llvm-locstats --help
...
Specific Options:
--ignore-entry-values - Ignore the location statistics on locations with entry values.
--ignore-inlined - Ignore the location statistics on inlined instances.
--only-formal-parameters - Calculate the location statistics only for formal parameters.
--only-variables - Calculate the location statistics only for local variables.
...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65178/new/
https://reviews.llvm.org/D65178
More information about the llvm-commits
mailing list