Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp764 auto &ProcessedThreshold = std::get<0>(IT.first->second); in computeImportForFunction() local
780 if (NewThreshold <= ProcessedThreshold) { in computeImportForFunction()
783 << ProcessedThreshold << "\n"); in computeImportForFunction()
787 ProcessedThreshold = NewThreshold; in computeImportForFunction()
792 if (PreviouslyVisited && NewThreshold <= ProcessedThreshold) { in computeImportForFunction()
795 << ProcessedThreshold << "\n"); in computeImportForFunction()
829 ProcessedThreshold = NewThreshold; in computeImportForFunction()
963 auto &ProcessedThreshold = std::get<0>(I.second); in computeImportForModule() local
975 << ", Threshold = " << ProcessedThreshold in computeImportForModule()