LLVM
8.0.1
|
InlineResult is basically true or false. More...
#include "llvm/Analysis/InlineCost.h"
Public Member Functions | |
InlineResult (bool result, const char *message=nullptr) | |
InlineResult (const char *message=nullptr) | |
operator bool () const | |
operator const char * () const | |
Public Attributes | |
const char * | message = nullptr |
InlineResult is basically true or false.
For false results the message describes a reason why it is decided not to inline.
Definition at line 136 of file InlineCost.h.
Definition at line 138 of file InlineCost.h.
Definition at line 140 of file InlineCost.h.
|
inline |
Definition at line 141 of file InlineCost.h.
Definition at line 142 of file InlineCost.h.
Definition at line 137 of file InlineCost.h.
Referenced by llvm::getInlineCost(), and llvm::InlinerPass::run().