llvm-6502/include/llvm/Analysis
Chris Lattner 03839956e2 Separate the call graph implementation from its interface. This implements
the rough idea sketched out in http://nondot.org/sabre/LLVMNotes/CallGraphClass.txt,
allowing new spiffy implementations of the callgraph interface to be built.

Many thanks to Saem Ghani for contributing this!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24944 91177308-0d34-0410-b5e6-96231b3b80d8
2005-12-22 06:07:52 +00:00
..
DataStructure Added comment for removing assert 2005-12-06 18:16:08 +00:00
AliasAnalysis.h
AliasSetTracker.h Add a simple clear() method 2005-11-30 19:31:23 +00:00
CallGraph.h Separate the call graph implementation from its interface. This implements 2005-12-22 06:07:52 +00:00
CFGPrinter.h
ConstantFolding.h Move some constant folding functions into LLVMAnalysis since they are used 2005-10-27 16:00:10 +00:00
ConstantsScanner.h
Dominators.h Fix PR670 and test/Regression/Transforms/Mem2Reg/2005-11-28-Crash.ll 2005-11-29 01:07:12 +00:00
FindUsedTypes.h
Interval.h
IntervalIterator.h
IntervalPartition.h
LinkAllAnalyses.h Separate the call graph implementation from its interface. This implements 2005-12-22 06:07:52 +00:00
LoadValueNumbering.h
LoopInfo.h
Passes.h add a proto 2005-10-24 01:00:32 +00:00
PostDominators.h
ProfileInfo.h
ProfileInfoLoader.h
ProfileInfoTypes.h
ScalarEvolution.h
ScalarEvolutionExpander.h
ScalarEvolutionExpressions.h
Trace.h
ValueNumbering.h
Verifier.h