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
242 unsigned getInliningThresholdMultiplier() const { return 11; } in getInliningThresholdMultiplier() function
1300 unsigned Threshold = ArgAllocaCost * getInliningThresholdMultiplier(); in getCallerAllocaCost()
349 unsigned getInliningThresholdMultiplier() const;1761 virtual unsigned getInliningThresholdMultiplier() const = 0;2142 unsigned getInliningThresholdMultiplier() const override { in getInliningThresholdMultiplier() function2143 return Impl.getInliningThresholdMultiplier(); in getInliningThresholdMultiplier()
71 unsigned getInliningThresholdMultiplier() const { return 1; } in getInliningThresholdMultiplier() function
215 unsigned TargetTransformInfo::getInliningThresholdMultiplier() const { in getInliningThresholdMultiplier() function in TargetTransformInfo216 return TTIImpl->getInliningThresholdMultiplier(); in getInliningThresholdMultiplier()
1333 Threshold *= TTI.getInliningThresholdMultiplier(); in onAnalysisStart()2011 Threshold *= TTI.getInliningThresholdMultiplier(); in updateThreshold()
567 unsigned getInliningThresholdMultiplier() const { return 1; } in getInliningThresholdMultiplier() function