Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp321 auto &ProcessedThreshold = IT.first->second.first; in computeImportForFunction() local
331 if (NewThreshold <= ProcessedThreshold) { in computeImportForFunction()
334 << ProcessedThreshold << "\n"); in computeImportForFunction()
338 ProcessedThreshold = NewThreshold; in computeImportForFunction()
343 if (PreviouslyVisited && NewThreshold <= ProcessedThreshold) { in computeImportForFunction()
346 << ProcessedThreshold << "\n"); in computeImportForFunction()
356 ProcessedThreshold = NewThreshold; in computeImportForFunction()
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp300 auto &ProcessedThreshold = ImportsForModule[ExportModulePath][GUID]; in computeImportForFunction() local
304 if (ProcessedThreshold && ProcessedThreshold >= Threshold) { in computeImportForFunction()
306 << ProcessedThreshold << "\n"); in computeImportForFunction()
310 ProcessedThreshold = Threshold; in computeImportForFunction()