llvm-6502/lib/Target/SparcV9/InstrSched
Chris Lattner f57b845547 * Rename MethodPass class to FunctionPass
- Rename runOnMethod to runOnFunction
* Transform getAnalysisUsageInfo into getAnalysisUsage
  - Method is now const
  - It now takes one AnalysisUsage object to fill in instead of 3 vectors
    to fill in
  - Pass's now specify which other passes they _preserve_ not which ones
    they modify (be conservative!)
  - A pass can specify that it preserves all analyses (because it never
    modifies the underlying program)
* s/Method/Function/g in other random places as well


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2333 91177308-0d34-0410-b5e6-96231b3b80d8
2002-04-27 06:56:12 +00:00
..
InstrScheduling.cpp * Rename MethodPass class to FunctionPass 2002-04-27 06:56:12 +00:00
Makefile Makefile for InstrSched/ 2001-08-28 23:17:22 +00:00
SchedGraph.cpp Clean up the ownership model a bit so that nodes actually get deleted more 2002-04-09 05:15:33 +00:00
SchedGraph.h Use deterministic iterator for SchedGraphs. This is actually not 2002-03-24 03:53:03 +00:00
SchedPriorities.cpp s/Method/Function 2002-04-08 22:03:57 +00:00
SchedPriorities.h Add option to disable scheduling. 2002-03-24 03:45:35 +00:00