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
[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git]
/
compiler-rt
/
test
/
profile
/
Inputs
/
instrprof-dynamic-b.cpp
blob
5c2d9bae8dba6baa4886421d9ad026990c1179ea
1
#include
"instrprof-dynamic-header.h"
2
void
b
() {
3
if
(
true
) {
4
bar
<
void
>(
1
);
5
bar
<
int
>(
1
);
6
}
7
}