Home
last modified time | relevance | path

Searched refs:SizeOptLevel (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInlineSimple.cpp104 unsigned SizeOptLevel, in createFunctionInliningPass() argument
106 auto Param = llvm::getInlineParams(OptLevel, SizeOptLevel); in createFunctionInliningPass()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DIPO.h115 Pass *createFunctionInliningPass(unsigned OptLevel, unsigned SizeOptLevel,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h233 InlineParams getInlineParams(unsigned OptLevel, unsigned SizeOptLevel);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2980 unsigned SizeOptLevel) { in computeThresholdFromOptLevels() argument
2983 if (SizeOptLevel == 1) // -Os in computeThresholdFromOptLevels()
2985 if (SizeOptLevel == 2) // -Oz in computeThresholdFromOptLevels()
2990 InlineParams llvm::getInlineParams(unsigned OptLevel, unsigned SizeOptLevel) { in getInlineParams() argument
2992 getInlineParams(computeThresholdFromOptLevels(OptLevel, SizeOptLevel)); in getInlineParams()