Lines Matching refs:Threshold
179 unsigned Threshold, StringRef CallerModulePath, in selectCallee() argument
235 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()
389 Threshold * GetBonusMultiplier(Edge.second.getHotness()); in computeImportForFunction()
505 auto GetAdjustedThreshold = [](unsigned Threshold, bool IsHotCallsite) { in computeImportForFunction() argument
510 return Threshold * ImportHotInstrFactor; in computeImportForFunction()
511 return Threshold * ImportInstrFactor; in computeImportForFunction()
514 const auto AdjThreshold = GetAdjustedThreshold(Threshold, IsHotCallsite); in computeImportForFunction()
562 auto Threshold = std::get<1>(FuncInfo); in ComputeImportForModule() local
564 computeImportForFunction(*Summary, Index, Threshold, DefinedGVSummaries, in ComputeImportForModule()