Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp431 auto &ProcessedThreshold = std::get<0>(IT.first->second); in computeImportForFunction() local
447 if (NewThreshold <= ProcessedThreshold) { in computeImportForFunction()
450 << ProcessedThreshold << "\n"); in computeImportForFunction()
454 ProcessedThreshold = NewThreshold; in computeImportForFunction()
459 if (PreviouslyVisited && NewThreshold <= ProcessedThreshold) { in computeImportForFunction()
462 << ProcessedThreshold << "\n"); in computeImportForFunction()
479 ProcessedThreshold = NewThreshold; in computeImportForFunction()
611 auto &ProcessedThreshold = std::get<0>(I.second); in ComputeImportForModule() local
623 << ", Threshold = " << ProcessedThreshold in ComputeImportForModule()