Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp979 auto ReadSummaryFile = in runForTesting() local
982 getModuleSummaryIndex(*ReadSummaryFile)) { in runForTesting()
988 yaml::Input In(ReadSummaryFile->getBuffer()); in runForTesting()
H A DMemProfContextDisambiguation.cpp3894 auto ReadSummaryFile = in MemProfContextDisambiguation() local
3896 if (!ReadSummaryFile) { in MemProfContextDisambiguation()
3897 logAllUnhandledErrors(ReadSummaryFile.takeError(), errs(), in MemProfContextDisambiguation()
3902 auto ImportSummaryForTestingOrErr = getModuleSummaryIndex(**ReadSummaryFile); in MemProfContextDisambiguation()
H A DLowerTypeTests.cpp1872 auto ReadSummaryFile = in runForTesting() local
1875 yaml::Input In(ReadSummaryFile->getBuffer()); in runForTesting()