Lines Matching refs:Threshold
276 unsigned Threshold, StringRef CallerModulePath, in selectCallee() argument
293 if ((Summary->instCount() > Threshold) && !Summary->fflags().AlwaysInline && in selectCallee()
720 const unsigned Threshold, const GVSummaryMapTy &DefinedGVSummaries, in computeImportForFunction() argument
731 LLVM_DEBUG(dbgs() << " edge -> " << VI << " Threshold:" << Threshold in computeImportForFunction()
759 Threshold * GetBonusMultiplier(Edge.second.getHotness()); in computeImportForFunction()
895 auto GetAdjustedThreshold = [](unsigned Threshold, bool IsHotCallsite) { in computeImportForFunction() argument
900 return Threshold * ImportHotInstrFactor; in computeImportForFunction()
901 return Threshold * ImportInstrFactor; in computeImportForFunction()
904 const auto AdjThreshold = GetAdjustedThreshold(Threshold, IsHotCallsite); in computeImportForFunction()
950 auto Threshold = std::get<1>(GVInfo); in computeImportForModule() local
953 computeImportForFunction(*FS, Index, Threshold, DefinedGVSummaries, in computeImportForModule()