commit | 9672e363ba4fad26ffff9971a920dce704a49214 | [log] [tgz] |
---|---|---|
author | Mike Aizatsky <aizatsky@chromium.org> | Sat Feb 27 02:10:27 2016 +0000 |
committer | Mike Aizatsky <aizatsky@chromium.org> | Sat Feb 27 02:10:27 2016 +0000 |
tree | 1d839cbab3383d13eae74977d3f553b6ed78d270 | |
parent | a6b4efd1d07bf1dded04d09fb91942761c1a9582 [diff] |
[sancov] do not instrument nodes that are full pre-dominators Summary: Without tree pruning clang has 2,667,552 points. Wiht only dominators pruning: 1,515,586. With both dominators & predominators pruning: 1,340,534. Differential Revision: http://reviews.llvm.org/D17671 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@262103 91177308-0d34-0410-b5e6-96231b3b80d8