Home
last modified time | relevance | path

Searched refs:computeThresholdFromOptLevels (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A DInlineSimple.cpp96 llvm::computeThresholdFromOptLevels(OptLevel, SizeOptLevel)); in createFunctionInliningPass()
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DInlineCost.h126 int computeThresholdFromOptLevels(unsigned OptLevel, unsigned SizeOptLevel);
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DInlineCost.cpp2307 static int computeThresholdFromOptLevels(unsigned OptLevel, in computeThresholdFromOptLevels() function
2320 getInlineParams(computeThresholdFromOptLevels(OptLevel, SizeOptLevel)); in getInlineParams()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DInlineCost.cpp3123 static int computeThresholdFromOptLevels(unsigned OptLevel, in computeThresholdFromOptLevels() function
3136 getInlineParams(computeThresholdFromOptLevels(OptLevel, SizeOptLevel)); in getInlineParams()
/aosp_15_r20/external/llvm/lib/Analysis/
H A DInlineCost.cpp1455 int llvm::computeThresholdFromOptLevels(unsigned OptLevel, in computeThresholdFromOptLevels() function in llvm