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.cpp923 auto &ProcessedThreshold = std::get<0>(IT.first->second); in computeImportForFunction() local
939 if (NewThreshold <= ProcessedThreshold) { in computeImportForFunction()
942 << ProcessedThreshold << "\n"); in computeImportForFunction()
946 ProcessedThreshold = NewThreshold; in computeImportForFunction()
951 if (PreviouslyVisited && NewThreshold <= ProcessedThreshold) { in computeImportForFunction()
954 << ProcessedThreshold << "\n"); in computeImportForFunction()
984 ProcessedThreshold = NewThreshold; in computeImportForFunction()
1109 auto &ProcessedThreshold = std::get<0>(I.second); in computeImportForModule() local
1121 << ", Threshold = " << ProcessedThreshold in computeImportForModule()