repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
compiler-rt
/
test
/
profile
/
Inputs
/
instrprof-dynamic-a.cpp
blob
7468cd4eb04ef9b2a3c28f62fab8bc5adab9c1fb
1
#include
"instrprof-dynamic-header.h"
2
void
a
() {
// COV: [[@LINE]]| 1|void a
3
if
(
true
) {
// COV: [[@LINE]]| 1| if
4
bar
<
void
>(
1
);
// COV: [[@LINE]]| 1| bar
5
bar
<
char
>(
1
);
// COV: [[@LINE]]| 1| bar
6
}
// COV: [[@LINE]]| 1| }
7
}