Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp726 auto &ProcessedThreshold = std::get<0>(IT.first->second); in computeImportForFunction() local
742 if (NewThreshold <= ProcessedThreshold) { in computeImportForFunction()
745 << ProcessedThreshold << "\n"); in computeImportForFunction()
749 ProcessedThreshold = NewThreshold; in computeImportForFunction()
754 if (PreviouslyVisited && NewThreshold <= ProcessedThreshold) { in computeImportForFunction()
757 << ProcessedThreshold << "\n"); in computeImportForFunction()
774 ProcessedThreshold = NewThreshold; in computeImportForFunction()
901 auto &ProcessedThreshold = std::get<0>(I.second); in computeImportForModule() local
913 << ", Threshold = " << ProcessedThreshold in computeImportForModule()