Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp917 const auto NewThreshold = in computeImportForFunction() local
921 VI.getGUID(), std::make_tuple(NewThreshold, nullptr, nullptr))); in computeImportForFunction()
939 if (NewThreshold <= ProcessedThreshold) { in computeImportForFunction()
946 ProcessedThreshold = NewThreshold; in computeImportForFunction()
951 if (PreviouslyVisited && NewThreshold <= ProcessedThreshold) { in computeImportForFunction()
968 selectCallee(Index, VI.getSummaryList(), NewThreshold, in computeImportForFunction()
984 ProcessedThreshold = NewThreshold; in computeImportForFunction()
1020 (ResolvedCalleeSummary->instCount() <= NewThreshold)) && in computeImportForFunction()