Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp387 const auto NewThreshold = in computeImportForFunction() local
391 VI.getGUID(), std::make_tuple(NewThreshold, nullptr, nullptr))); in computeImportForFunction()
409 if (NewThreshold <= ProcessedThreshold) { in computeImportForFunction()
416 ProcessedThreshold = NewThreshold; in computeImportForFunction()
421 if (PreviouslyVisited && NewThreshold <= ProcessedThreshold) { in computeImportForFunction()
434 CalleeSummary = selectCallee(Index, VI.getSummaryList(), NewThreshold, in computeImportForFunction()
441 ProcessedThreshold = NewThreshold; in computeImportForFunction()
477 (ResolvedCalleeSummary->instCount() <= NewThreshold)) && in computeImportForFunction()