repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-complete.git]
/
test
/
tools
/
sancov
/
stats.test
blob
030d16a9dc6168f720d1cd73459cec12fd2365cd
1
REQUIRES: x86_64-linux
2
RUN: sancov -print-coverage-stats %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.0.sancov | FileCheck %s
3
4
CHECK: all-edges: 8
5
CHECK: cov-edges: 5
6
CHECK: all-functions: 2
7
CHECK: cov-functions: 2
8
9