Line | Hotness | Pass | Source | Function / Inlining Chain |
---|---|---|---|---|
1 | #include "shared.h" |
|||
2 | ||||
3 | void loop_opts_c_body (void) |
|||
4 | { |
|||
5 | for (int i = 0; i < 5; i++) |
|||
2.33 | cunrolli | ^loop 1 iterates |
|
|
0.39 | cunrolli | ^loop with 5 iterations completely unrolled (header execution count 300000)
|
|
|
6 | if (i > 3) |
|||
7 | not_inlinable (); |
|||
0.39 | inline | ^not inlinable: loop_opts_c_body/0 -> not_inlinable/1, function body not available
|
|
|
8 | } |