Chris Lattner 93c46b83b6 Make the "pruning cloner" smarter. As it propagates constants through the
code (while cloning) it often gets the branch/switch instructions.  Since it
knows that edges of the CFG are dead, it need not clone (or even look) at
the obviously dead blocks.  This should speed up the inliner substantially on
code where there are lots of inlinable calls to functions with constant
arguments.  On C++ code in particular, this kicks in.

llvm-svn: 28641
2006-06-01 19:19:23 +00:00
..
2006-06-01 17:17:46 +00:00
2006-06-01 17:29:22 +00:00
2006-06-01 19:14:22 +00:00
2006-06-01 17:17:06 +00:00
2006-05-17 22:55:35 +00:00