| 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++) | 
    |||
| 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 | } |