1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/lib/Analysis
Chris Lattner 536cf1b13f * 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

llvm-svn: 2333
2002-04-27 06:56:12 +00:00
..
DataStructure Add support for tracking array allocations 2002-04-27 02:28:41 +00:00
IPA * 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
Expressions.cpp Move FunctionArgument out of iOther.h into Argument.h and rename class to 2002-04-09 19:48:49 +00:00
InductionVariable.cpp Change Constant::getNullConstant to Constant::getNullValue 2002-04-27 02:25:14 +00:00
Interval.cpp * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into 2002-02-12 22:39:50 +00:00
IntervalPartition.cpp * Rename MethodPass class to FunctionPass 2002-04-27 06:56:12 +00:00
LoopInfo.cpp * Rename MethodPass class to FunctionPass 2002-04-27 06:56:12 +00:00
Makefile Rename Method to Function 2002-03-23 22:51:58 +00:00
PostDominators.cpp * Rename MethodPass class to FunctionPass 2002-04-27 06:56:12 +00:00
Writer.cpp Add #includes that were pruned from already #included files 2002-04-08 21:56:50 +00:00