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]
/
lldb
/
test
/
API
/
lang
/
cpp
/
inlines
/
inlines.h
blob
265d7b4966ed350b3399f85ce1fbb1f7f594f002
1
int
inner_inline
(
int
inner_input
,
int
mod_value
);
2
int
outer_inline
(
int
outer_input
);
3
int
not_inlined_2
(
int
input
);
4
int
not_inlined_1
(
int
input
);