Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp315 const auto NewThreshold = in computeImportForFunction() local
319 std::make_pair(VI.getGUID(), std::make_pair(NewThreshold, nullptr))); in computeImportForFunction()
331 if (NewThreshold <= ProcessedThreshold) { in computeImportForFunction()
338 ProcessedThreshold = NewThreshold; in computeImportForFunction()
343 if (PreviouslyVisited && NewThreshold <= ProcessedThreshold) { in computeImportForFunction()
350 CalleeSummary = selectCallee(Index, VI.getSummaryList(), NewThreshold, in computeImportForFunction()
356 ProcessedThreshold = NewThreshold; in computeImportForFunction()
366 assert(ResolvedCalleeSummary->instCount() <= NewThreshold && in computeImportForFunction()