llvm-6502/include/llvm/Transforms
Owen Anderson ca399021d4 Add an early implementation of a partial inlining pass. The idea behind this
is that, for functions whose bodies are entirely guarded by an if-statement, it
can be profitable to pull the test out of the callee and into the caller.

This code has had some cursory testing, but still has a number of known issues
on the LLVM test suite.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73338 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-14 08:26:32 +00:00
..
IPO Use a SmallPtrSet instead of std::set. 2009-03-23 23:39:20 +00:00
Utils Re-apply 70645, converting ScalarEvolution to use 2009-05-04 22:30:44 +00:00
Instrumentation.h
IPO.h Add an early implementation of a partial inlining pass. The idea behind this 2009-06-14 08:26:32 +00:00
RSProfiling.h
Scalar.h