Lines Matching refs:Threshold
175 unsigned Threshold, StringRef CallerModulePath, in selectCallee() argument
214 if ((Summary->instCount() > Threshold) && in selectCallee()
350 const unsigned Threshold, const GVSummaryMapTy &DefinedGVSummaries, in computeImportForFunction() argument
360 LLVM_DEBUG(dbgs() << " edge -> " << VI << " Threshold:" << Threshold in computeImportForFunction()
388 Threshold * GetBonusMultiplier(Edge.second.getHotness()); in computeImportForFunction()
500 auto GetAdjustedThreshold = [](unsigned Threshold, bool IsHotCallsite) { in computeImportForFunction() argument
505 return Threshold * ImportHotInstrFactor; in computeImportForFunction()
506 return Threshold * ImportInstrFactor; in computeImportForFunction()
509 const auto AdjThreshold = GetAdjustedThreshold(Threshold, IsHotCallsite); in computeImportForFunction()
557 auto Threshold = std::get<1>(GVInfo); in ComputeImportForModule() local
560 computeImportForFunction(*FS, Index, Threshold, DefinedGVSummaries, in ComputeImportForModule()