Lines Matching refs:Threshold
177 unsigned Threshold, StringRef CallerModulePath, in selectCallee() argument
233 if ((Summary->instCount() > Threshold) && in selectCallee()
384 const unsigned Threshold, const GVSummaryMapTy &DefinedGVSummaries, in computeImportForFunction() argument
394 LLVM_DEBUG(dbgs() << " edge -> " << VI << " Threshold:" << Threshold in computeImportForFunction()
426 Threshold * GetBonusMultiplier(Edge.second.getHotness()); in computeImportForFunction()
538 auto GetAdjustedThreshold = [](unsigned Threshold, bool IsHotCallsite) { in computeImportForFunction() argument
543 return Threshold * ImportHotInstrFactor; in computeImportForFunction()
544 return Threshold * ImportInstrFactor; in computeImportForFunction()
547 const auto AdjThreshold = GetAdjustedThreshold(Threshold, IsHotCallsite); in computeImportForFunction()
595 auto Threshold = std::get<1>(GVInfo); in ComputeImportForModule() local
598 computeImportForFunction(*FS, Index, Threshold, DefinedGVSummaries, in ComputeImportForModule()