Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp720 const auto NewThreshold = in computeImportForFunction() local
724 VI.getGUID(), std::make_tuple(NewThreshold, nullptr, nullptr))); in computeImportForFunction()
742 if (NewThreshold <= ProcessedThreshold) { in computeImportForFunction()
749 ProcessedThreshold = NewThreshold; in computeImportForFunction()
754 if (PreviouslyVisited && NewThreshold <= ProcessedThreshold) { in computeImportForFunction()
767 CalleeSummary = selectCallee(Index, VI.getSummaryList(), NewThreshold, in computeImportForFunction()
774 ProcessedThreshold = NewThreshold; in computeImportForFunction()
810 (ResolvedCalleeSummary->instCount() <= NewThreshold)) && in computeImportForFunction()