Searched refs:getInliningThresholdMultiplier (Results 1 – 8 of 8) sorted by relevance
100 unsigned getInliningThresholdMultiplier() const override { return 11; } in getInliningThresholdMultiplier() function
251 unsigned getInliningThresholdMultiplier() const override { return 11; } in getInliningThresholdMultiplier() function
1388 getInliningThresholdMultiplier(); in getInliningLastCallToStaticBonus()1426 unsigned Threshold = ArgAllocaCost * getInliningThresholdMultiplier(); in getCallerAllocaCost()
218 unsigned TargetTransformInfo::getInliningThresholdMultiplier() const { in getInliningThresholdMultiplier() function in TargetTransformInfo219 return TTIImpl->getInliningThresholdMultiplier(); in getInliningThresholdMultiplier()
1447 Threshold *= TTI.getInliningThresholdMultiplier(); in onAnalysisStart()2183 Threshold *= TTI.getInliningThresholdMultiplier(); in updateThreshold()
363 LLVM_ABI unsigned getInliningThresholdMultiplier() const;
90 virtual unsigned getInliningThresholdMultiplier() const { return 1; } in getInliningThresholdMultiplier() function
675 unsigned getInliningThresholdMultiplier() const override { return 1; } in getInliningThresholdMultiplier() function