Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp425 const auto NewThreshold = in computeImportForFunction() local
429 VI.getGUID(), std::make_tuple(NewThreshold, nullptr, nullptr))); in computeImportForFunction()
447 if (NewThreshold <= ProcessedThreshold) { in computeImportForFunction()
454 ProcessedThreshold = NewThreshold; in computeImportForFunction()
459 if (PreviouslyVisited && NewThreshold <= ProcessedThreshold) { in computeImportForFunction()
472 CalleeSummary = selectCallee(Index, VI.getSummaryList(), NewThreshold, in computeImportForFunction()
479 ProcessedThreshold = NewThreshold; in computeImportForFunction()
515 (ResolvedCalleeSummary->instCount() <= NewThreshold)) && in computeImportForFunction()