Home
last modified time | relevance | path

Searched refs:OptSizeThreshold (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h40 const int OptSizeThreshold = 50; variable
218 std::optional<int> OptSizeThreshold; member
H A DTargetTransformInfo.h569 unsigned OptSizeThreshold; member
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp279 UP.OptSizeThreshold = 0; in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2126 Threshold = MinIfValid(Threshold, Params.OptSizeThreshold); in updateThreshold()
3412 Params.OptSizeThreshold = InlineConstants::OptSizeThreshold; in getInlineParams()
3431 return InlineConstants::OptSizeThreshold; in computeThresholdFromOptLevels()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp202 UP.OptSizeThreshold = UnrollOptSizeThreshold; in gatherUnrollingPreferences()
234 UP.Threshold = UP.OptSizeThreshold; in gatherUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp2548 UP.OptSizeThreshold = 0; in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h750 UP.OptSizeThreshold = 0; in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp2583 UP.OptSizeThreshold = 0; in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5674 UP.OptSizeThreshold = UP.Threshold; in computeHeuristicUnrollFactor()
5680 << " OptSizeThreshold=" << UP.OptSizeThreshold << "\n" in computeHeuristicUnrollFactor()