Searched refs:computeThresholdFromOptLevels (Results 1 – 5 of 5) sorted by relevance
96 llvm::computeThresholdFromOptLevels(OptLevel, SizeOptLevel)); in createFunctionInliningPass()
126 int computeThresholdFromOptLevels(unsigned OptLevel, unsigned SizeOptLevel);
2307 static int computeThresholdFromOptLevels(unsigned OptLevel, in computeThresholdFromOptLevels() function2320 getInlineParams(computeThresholdFromOptLevels(OptLevel, SizeOptLevel)); in getInlineParams()
3123 static int computeThresholdFromOptLevels(unsigned OptLevel, in computeThresholdFromOptLevels() function3136 getInlineParams(computeThresholdFromOptLevels(OptLevel, SizeOptLevel)); in getInlineParams()
1455 int llvm::computeThresholdFromOptLevels(unsigned OptLevel, in computeThresholdFromOptLevels() function in llvm