llvm-6502/include/llvm/Analysis
Reid Spencer 31c0da4483 bug 122:
remove redundant isa<GlobalValue>
ensure isa<GlobalValue> case is processed before is<Constant>


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14926 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-17 23:36:58 +00:00
..
DataStructure Headers moved 2004-07-07 06:35:22 +00:00
AliasAnalysis.h Several *major* changes to the AA interfaces: 2004-05-23 21:12:38 +00:00
AliasSetTracker.h Rename a method 2004-05-23 21:10:58 +00:00
CallGraph.h
CFGPrinter.h
ConstantsScanner.h
Dominators.h It's not clear to me whether the old version was correct C++ code, but in 2004-05-21 18:38:16 +00:00
Expressions.h
FindUnsafePointerTypes.h
FindUsedTypes.h
InstForest.h bug 122: 2004-07-17 23:36:58 +00:00
Interval.h
IntervalIterator.h
IntervalPartition.h
LoadValueNumbering.h
LoopInfo.h
Passes.h Add new header 2004-06-28 06:31:26 +00:00
PostDominators.h
ProfileInfo.h
ProfileInfoLoader.h Add BBTrace accessor method and data member. 2004-05-04 17:11:13 +00:00
ProfileInfoTypes.h New header file containing profile info enums shared between the C++ analysis 2004-05-04 16:57:57 +00:00
ScalarEvolution.h Remove distasteful method which is really part of the indvars pass 2004-06-24 06:52:20 +00:00
ScalarEvolutionExpressions.h
Trace.h Define erase forwarding method on traces 2004-05-17 21:17:21 +00:00
ValueNumbering.h Add interfaces to update value numbering results 2004-05-23 21:11:17 +00:00
Verifier.h