summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/value
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2018-06-21 23:31:10 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2018-06-21 23:31:10 +0000
commitfc93dd8e18dfb13d0c0669d8fdd3752f1b0f82e7 (patch)
treee6dd9e4c7d93e07844aa317e8566f3516e255233 /lldb/packages/Python/lldbsuite/test/python_api/value
parentfb762b27f27c67d00a8c3ab04452ddfb524a53b1 (diff)
downloadbcm5719-llvm-fc93dd8e18dfb13d0c0669d8fdd3752f1b0f82e7.tar.gz
bcm5719-llvm-fc93dd8e18dfb13d0c0669d8fdd3752f1b0f82e7.zip
[Instrumentation] Add Call Graph Profile pass
This patch adds support for generating a call graph profile from Branch Frequency Info. The CGProfile module pass simply gets the block profile count for each BB and scans for call instructions. For each call instruction it adds an edge from the current function to the called function with the current BB block profile count as the weight. After scanning all the functions, it generates an appending module flag containing the data. The format looks like: !llvm.module.flags = !{!0} !0 = !{i32 5, !"CG Profile", !1} !1 = !{!2, !3, !4} ; List of edges !2 = !{void ()* @a, void ()* @b, i64 32} ; Edge from a to b with a weight of 32 !3 = !{void (i1)* @freq, void ()* @a, i64 11} !4 = !{void (i1)* @freq, void ()* @b, i64 20} Differential Revision: https://reviews.llvm.org/D48105 llvm-svn: 335306
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/value')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud