Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp394 auto &ProcessedThreshold = std::get<0>(IT.first->second); in computeImportForFunction() local
410 if (NewThreshold <= ProcessedThreshold) { in computeImportForFunction()
413 << ProcessedThreshold << "\n"); in computeImportForFunction()
417 ProcessedThreshold = NewThreshold; in computeImportForFunction()
422 if (PreviouslyVisited && NewThreshold <= ProcessedThreshold) { in computeImportForFunction()
425 << ProcessedThreshold << "\n"); in computeImportForFunction()
442 ProcessedThreshold = NewThreshold; in computeImportForFunction()
574 auto &ProcessedThreshold = std::get<0>(I.second); in ComputeImportForModule() local
586 << ", Threshold = " << ProcessedThreshold in ComputeImportForModule()