Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp3902 auto ImportSummaryForTestingOrErr = getModuleSummaryIndex(**ReadSummaryFile); in MemProfContextDisambiguation() local
3903 if (!ImportSummaryForTestingOrErr) { in MemProfContextDisambiguation()
3904 logAllUnhandledErrors(ImportSummaryForTestingOrErr.takeError(), errs(), in MemProfContextDisambiguation()
3909 ImportSummaryForTesting = std::move(*ImportSummaryForTestingOrErr); in MemProfContextDisambiguation()