1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/include/llvm/Transforms
Owen Anderson 1eaba31f12 Add FastDSE, a new algorithm for doing dead store elimination. This algorithm is not as accurate
as the current DSE, but it only a linear scan over each block, rather than quadratic.  Eventually
(once it has been improved somewhat), this will replace the current DSE.

NOTE: This has not yet been extensively tested.
llvm-svn: 38517
2007-07-11 00:46:18 +00:00
..
IPO Move inliner pass header file. 2007-06-19 22:29:02 +00:00
Utils Add SplitEdge and SplitBlock utility routines. 2007-07-06 21:39:20 +00:00
Instrumentation.h remove some dead passes and stuff specific to the reoptimizer. 2007-02-20 05:31:35 +00:00
IPO.h For PR411: 2007-02-05 20:47:22 +00:00
RSProfiling.h Drop 'const' 2007-05-03 01:11:54 +00:00
Scalar.h Add FastDSE, a new algorithm for doing dead store elimination. This algorithm is not as accurate 2007-07-11 00:46:18 +00:00