#include <InlineCost.h>
Public Member Functions | |
| bool | isVariable () const |
| bool | isAlways () const |
| bool | isNever () const |
| int | getValue () const |
Static Public Member Functions | |
| static InlineCost | get (int Cost) |
| static InlineCost | getAlways () |
| static InlineCost | getNever () |
| int llvm::InlineCost::getValue | ( | ) | const [inline] |
getValue() - Return a "variable" inline cost's amount. It is an error to call this on an "always" or "never" InlineCost.
1.5.8