1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/include/llvm/Transforms/IPO
Chandler Carruth 61d0735f00 Remove a bunch of empty, dead, and no-op methods from all of these
interfaces. These methods were used in the old inline cost system where
there was a persistent cache that had to be updated, invalidated, and
cleared. We're now doing more direct computations that don't require
this intricate dance. Even if we resume some level of caching, it would
almost certainly have a simpler and more narrow interface than this.

llvm-svn: 153813
2012-03-31 12:48:08 +00:00
..
InlinerPass.h Remove a bunch of empty, dead, and no-op methods from all of these 2012-03-31 12:48:08 +00:00
PassManagerBuilder.h add EP_OptimizerLast extension point 2012-03-23 23:22:59 +00:00