enum FunctionImporter::ImportFailureReason
Description
The different reasons selectCallee will chose not to import a candidate.
Declared at: llvm/include/llvm/Transforms/IPO/FunctionImport.h:41
Enumerators
Name | Value | Comment |
---|---|---|
None | 0 | |
GlobalVar | 1 | |
NotLive | 2 | |
TooLarge | 3 | |
InterposableLinkage | 4 | |
LocalLinkageNotInModule | 5 | |
NotEligible | 6 | |
NoInline | 7 |