Owen Anderson f7276d42d3 What the loop unroller cares about, rather than just not unrolling loops with calls, is
not unrolling loops that contain calls that would be better off getting inlined.  This mostly
comes up when an interleaved devirtualization pass has devirtualized a call which the inliner
will inline on a future pass.  Thus, rather than blocking all loops containing calls, add
a metric for "inline candidate calls" and block loops containing those instead.

llvm-svn: 113535
2010-09-09 20:32:23 +00:00
..
2010-09-04 18:12:00 +00:00
2010-09-08 18:50:24 +00:00
2010-08-30 21:54:03 +00:00
2010-09-01 16:06:39 +00:00