LLVM 20.0.0git
|
Information optionally tracked for candidates the importer decided not to import. More...
#include "llvm/Transforms/IPO/FunctionImport.h"
Public Member Functions | |
ImportFailureInfo (ValueInfo VI, CalleeInfo::HotnessType MaxHotness, ImportFailureReason Reason, unsigned Attempts) | |
Public Attributes | |
ValueInfo | VI |
CalleeInfo::HotnessType | MaxHotness |
ImportFailureReason | Reason |
unsigned | Attempts |
Information optionally tracked for candidates the importer decided not to import.
Used for optional stat printing.
Definition at line 74 of file FunctionImport.h.
|
inline |
Definition at line 85 of file FunctionImport.h.
unsigned llvm::FunctionImporter::ImportFailureInfo::Attempts |
Definition at line 84 of file FunctionImport.h.
CalleeInfo::HotnessType llvm::FunctionImporter::ImportFailureInfo::MaxHotness |
Definition at line 79 of file FunctionImport.h.
ImportFailureReason llvm::FunctionImporter::ImportFailureInfo::Reason |
Definition at line 82 of file FunctionImport.h.
ValueInfo llvm::FunctionImporter::ImportFailureInfo::VI |
Definition at line 77 of file FunctionImport.h.