Searched refs:getInliningThresholdMultiplier (Results 1 – 9 of 9) sorted by relevance
95 unsigned getInliningThresholdMultiplier() const { return 11; } in getInliningThresholdMultiplier() function
41 unsigned getInliningThresholdMultiplier() const { return 3; } in getInliningThresholdMultiplier() function
243 unsigned getInliningThresholdMultiplier() const { return 11; } in getInliningThresholdMultiplier() function
1312 unsigned Threshold = ArgAllocaCost * getInliningThresholdMultiplier(); in getCallerAllocaCost()
353 unsigned getInliningThresholdMultiplier() const;1823 virtual unsigned getInliningThresholdMultiplier() const = 0;2218 unsigned getInliningThresholdMultiplier() const override { in getInliningThresholdMultiplier() function2219 return Impl.getInliningThresholdMultiplier(); in getInliningThresholdMultiplier()
72 unsigned getInliningThresholdMultiplier() const { return 1; } in getInliningThresholdMultiplier() function
216 unsigned TargetTransformInfo::getInliningThresholdMultiplier() const { in getInliningThresholdMultiplier() function in TargetTransformInfo217 return TTIImpl->getInliningThresholdMultiplier(); in getInliningThresholdMultiplier()
1343 Threshold *= TTI.getInliningThresholdMultiplier(); in onAnalysisStart()2021 Threshold *= TTI.getInliningThresholdMultiplier(); in updateThreshold()
580 unsigned getInliningThresholdMultiplier() const { return 1; } in getInliningThresholdMultiplier() function