Home
last modified time | relevance | path

Searched refs:ImportFailureInfo (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h74 struct ImportFailureInfo { struct
85 ImportFailureInfo(ValueInfo VI, CalleeInfo::HotnessType MaxHotness, in ImportFailureInfo() argument
97 std::unique_ptr<ImportFailureInfo>>>;
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp841 FailureInfo = std::make_unique<FunctionImporter::ImportFailureInfo>( in computeImportForFunction()