LLVM 17.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 70 of file FunctionImport.h.
|
inline |
Definition at line 81 of file FunctionImport.h.
unsigned llvm::FunctionImporter::ImportFailureInfo::Attempts |
Definition at line 80 of file FunctionImport.h.
CalleeInfo::HotnessType llvm::FunctionImporter::ImportFailureInfo::MaxHotness |
Definition at line 75 of file FunctionImport.h.
ImportFailureReason llvm::FunctionImporter::ImportFailureInfo::Reason |
Definition at line 78 of file FunctionImport.h.
ValueInfo llvm::FunctionImporter::ImportFailureInfo::VI |
Definition at line 73 of file FunctionImport.h.