Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp758 const auto NewThreshold = in computeImportForFunction() local
762 VI.getGUID(), std::make_tuple(NewThreshold, nullptr, nullptr))); in computeImportForFunction()
780 if (NewThreshold <= ProcessedThreshold) { in computeImportForFunction()
787 ProcessedThreshold = NewThreshold; in computeImportForFunction()
792 if (PreviouslyVisited && NewThreshold <= ProcessedThreshold) { in computeImportForFunction()
809 selectCallee(Index, VI.getSummaryList(), NewThreshold, in computeImportForFunction()
829 ProcessedThreshold = NewThreshold; in computeImportForFunction()
865 (ResolvedCalleeSummary->instCount() <= NewThreshold)) && in computeImportForFunction()