Searched refs:ProcessedThreshold (Results 1 – 2 of 2) sorted by relevance
321 auto &ProcessedThreshold = IT.first->second.first; in computeImportForFunction() local331 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()
300 auto &ProcessedThreshold = ImportsForModule[ExportModulePath][GUID]; in computeImportForFunction() local304 if (ProcessedThreshold && ProcessedThreshold >= Threshold) { in computeImportForFunction()306 << ProcessedThreshold << "\n"); in computeImportForFunction()310 ProcessedThreshold = Threshold; in computeImportForFunction()