forked from OSchip/llvm-project
[SystemZ] Increase the amount of inlining.
Implement getInliningThresholdMultiplier() and have it return 3. Review: Ulrich Weigand llvm-svn: 339563
This commit is contained in:
parent
4aaf48013d
commit
5ffb27b166
|
@ -37,6 +37,8 @@ public:
|
|||
/// \name Scalar TTI Implementations
|
||||
/// @{
|
||||
|
||||
unsigned getInliningThresholdMultiplier() { return 3; }
|
||||
|
||||
int getIntImmCost(const APInt &Imm, Type *Ty);
|
||||
|
||||
int getIntImmCost(unsigned Opcode, unsigned Idx, const APInt &Imm, Type *Ty);
|
||||
|
|
Loading…
Reference in New Issue