Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp393 auto &ProcessedThreshold = std::get<0>(IT.first->second); in computeImportForFunction() local
409 if (NewThreshold <= ProcessedThreshold) { in computeImportForFunction()
412 << ProcessedThreshold << "\n"); in computeImportForFunction()
416 ProcessedThreshold = NewThreshold; in computeImportForFunction()
421 if (PreviouslyVisited && NewThreshold <= ProcessedThreshold) { in computeImportForFunction()
424 << ProcessedThreshold << "\n"); in computeImportForFunction()
441 ProcessedThreshold = NewThreshold; in computeImportForFunction()
573 auto &ProcessedThreshold = std::get<0>(I.second); in ComputeImportForModule() local
585 << ", Threshold = " << ProcessedThreshold in ComputeImportForModule()