llvm-6502/include/llvm/Analysis
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
..
DataStructure * Rename MethodPass class to FunctionPass 2002-04-27 06:56:12 +00:00
LiveVar * Rename MethodPass class to FunctionPass 2002-04-27 06:56:12 +00:00
CallGraph.h * Rename MethodPass class to FunctionPass 2002-04-27 06:56:12 +00:00
ConstantsScanner.h Rename Method to Function 2002-03-23 22:51:58 +00:00
DataStructure.h * Rename MethodPass class to FunctionPass 2002-04-27 06:56:12 +00:00
DataStructureGraph.h * Allow access to DSNode iterator as DSNode::iterator/begin/end 2002-03-31 07:11:20 +00:00
Dominators.h * Rename MethodPass class to FunctionPass 2002-04-27 06:56:12 +00:00
DSGraphTraits.h * Allow access to DSNode iterator as DSNode::iterator/begin/end 2002-03-31 07:11:20 +00:00
Expressions.h Rename ConstPoolVal -> Constant 2001-12-03 22:26:30 +00:00
FindUnsafePointerTypes.h * Rename MethodPass class to FunctionPass 2002-04-27 06:56:12 +00:00
FindUsedTypes.h * Rename MethodPass class to FunctionPass 2002-04-27 06:56:12 +00:00
InductionVariable.h Induction variables must be phi nodes 2001-12-03 17:27:42 +00:00
InstForest.h Move FunctionArgument out of iOther.h into Argument.h and rename class to 2002-04-09 19:59:31 +00:00
Interval.h * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into 2002-02-12 22:35:27 +00:00
IntervalIterator.h Change references to the Method class to be references to the Function 2002-04-07 20:49:59 +00:00
IntervalPartition.h * Rename MethodPass class to FunctionPass 2002-04-27 06:56:12 +00:00
LoopInfo.h * Rename MethodPass class to FunctionPass 2002-04-27 06:56:12 +00:00
SlotCalculator.h Use opaque decl instead of #include 2002-04-09 18:35:38 +00:00
Verifier.h s/Method/Function 2002-04-14 06:14:15 +00:00
Writer.h Trim #includes 2002-04-08 21:52:32 +00:00