| commit | 3933e66a89e53d20897deaf2ab624206ba7815cf | [log] [tgz] |
|---|---|---|
| author | Daniel Dunbar <daniel@zuster.org> | Thu Oct 30 19:26:59 2008 +0000 |
| committer | Daniel Dunbar <daniel@zuster.org> | Thu Oct 30 19:26:59 2008 +0000 |
| tree | 51e7bf24dfd3117cf30d1de77fdfbf18f06e65fb | |
| parent | 0852f48d1d87271931cd263b019c705b6b6d2ba1 [diff] |
Add InlineCost class for represent the estimated cost of inlining a function. - This explicitly models the costs for functions which should "always" or "never" be inlined. This fixes bugs where such costs were not previously respected. llvm-svn: 58450