llvm-6502/lib/Transforms
Chandler Carruth 86953b5795 Make the inline cost a proper analysis pass. This remains essentially
a dynamic analysis done on each call to the routine. However, now it can
use the standard pass infrastructure to reference other analyses,
instead of a silly setter method. This will become more interesting as
I teach it about more analysis passes.

This updates the two inliner passes to use the inline cost analysis.
Doing so highlights how utterly redundant these two passes are. Either
we should find a cheaper way to do always inlining, or we should merge
the two and just fiddle with the thresholds to get the desired behavior.
I'm leaning increasingly toward the latter as it would also remove the
Inliner sub-class split.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173030 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-21 11:39:18 +00:00
..
Hello Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +00:00
InstCombine Use AttributeSet accessor methods instead of Attribute accessor methods. 2013-01-18 21:53:16 +00:00
Instrumentation Sort all of the includes. Several files got checked in with mis-sorted 2013-01-19 08:03:47 +00:00
IPO Make the inline cost a proper analysis pass. This remains essentially 2013-01-21 11:39:18 +00:00
Scalar Improved comment. 2013-01-18 23:02:45 +00:00
Utils Use AttributeSet accessor methods instead of Attribute accessor methods. 2013-01-18 21:53:16 +00:00
Vectorize LoopVectorize: Fix a C++11 incompatibility. 2013-01-20 20:29:52 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile