llvm-6502/include/llvm/Analysis
Chris Lattner f52ade928c Add sanity check
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5489 91177308-0d34-0410-b5e6-96231b3b80d8
2003-02-04 00:03:57 +00:00
..
DataStructure Add sanity check 2003-02-04 00:03:57 +00:00
AliasAnalysis.h Make query operations non-const to allow demand-driven analyses. 2002-11-06 17:17:55 +00:00
AliasSetTracker.h First try at implementing the AliasSetTracker class. I'm sure it will need 2002-09-26 21:49:07 +00:00
BasicAliasAnalysis.h Make query operations non-const to allow demand-driven analyses. 2002-11-06 17:17:55 +00:00
CallGraph.h Make sure to print indirect node again 2002-12-06 06:40:00 +00:00
ConstantsScanner.h Don't #include <Support/*>, #include "Support/*" 2002-10-28 02:11:53 +00:00
DataStructure.h Hack to work around deficiency in pass infrastructure 2003-02-03 22:51:28 +00:00
DependenceGraph.h Make a release build compile. This field is not really an enum, it's really a bitfield 2002-12-12 05:31:26 +00:00
Dominators.h Add interface to update domfrontier info, thanks to Casey Carter for impl 2002-10-31 02:39:48 +00:00
DSGraph.h Add sanity check 2003-02-04 00:03:57 +00:00
DSGraphTraits.h Templatize graph traits and iterator to work with const and non-const clients 2002-11-18 21:42:19 +00:00
DSNode.h Change DSGraph stuff to use hash_(set|map) instead of std::(set|map) 2003-02-01 04:52:08 +00:00
DSSupport.h Eliminate unused resolving caller stuff 2003-02-03 19:11:04 +00:00
Expressions.h Remove extra #include 2002-09-17 17:18:12 +00:00
FindUnsafePointerTypes.h
FindUsedTypes.h Make users of FindUsedTypes not have problems with linkage. This fixes 2002-09-24 00:07:17 +00:00
InductionVariable.h Added capability to get execution count of a loop if it is a predictable 2002-10-11 05:34:32 +00:00
InstForest.h
Interval.h
IntervalIterator.h
IntervalPartition.h Fixed spelling of `propagation'. 2002-10-29 22:55:11 +00:00
IPModRef.h Change DSGraph stuff to use hash_(set|map) instead of std::(set|map) 2003-02-01 04:52:08 +00:00
LoadValueNumbering.h
LoopInfo.h Added helper functions in LoopInfo: isLoopExit and numBackEdges. 2002-10-11 05:31:10 +00:00
MemoryDepAnalysis.h An explicit representation of dependence graphs, and a pass that 2002-12-08 13:26:29 +00:00
PgmDependenceGraph.h Iterator that enumerates the ProgramDependenceGraph (PDG) for a function, 2002-12-08 14:13:19 +00:00
PostDominators.h
SlotCalculator.h
ValueNumbering.h
Verifier.h