Lines Matching refs:Threshold
256 unsigned Threshold, StringRef CallerModulePath, in selectCallee() argument
267 if ((Summary->instCount() > Threshold) && !Summary->fflags().AlwaysInline && in selectCallee()
682 const unsigned Threshold, const GVSummaryMapTy &DefinedGVSummaries, in computeImportForFunction() argument
693 LLVM_DEBUG(dbgs() << " edge -> " << VI << " Threshold:" << Threshold in computeImportForFunction()
721 Threshold * GetBonusMultiplier(Edge.second.getHotness()); in computeImportForFunction()
833 auto GetAdjustedThreshold = [](unsigned Threshold, bool IsHotCallsite) { in computeImportForFunction() argument
838 return Threshold * ImportHotInstrFactor; in computeImportForFunction()
839 return Threshold * ImportInstrFactor; in computeImportForFunction()
842 const auto AdjThreshold = GetAdjustedThreshold(Threshold, IsHotCallsite); in computeImportForFunction()
888 auto Threshold = std::get<1>(GVInfo); in computeImportForModule() local
891 computeImportForFunction(*FS, Index, Threshold, DefinedGVSummaries, in computeImportForModule()