llvm-6502/include/llvm/Analysis
2002-11-27 17:39:37 +00:00
..
DataStructure Added flags to CloneFlags to strip/keep Mod/Ref bits when cloning a graph. 2002-11-27 17:39:37 +00:00
LiveVar - Do not expose ::ID from any of the analyses anymore. 2002-08-21 17:09:49 +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 Omit the indirect node when printing call graphs 2002-11-17 23:10:27 +00:00
ConstantsScanner.h Don't #include <Support/*>, #include "Support/*" 2002-10-28 02:11:53 +00:00
DataStructure.h Remove dead method, add new method 2002-11-12 15:57:28 +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 Added flags to CloneFlags to strip/keep Mod/Ref bits when cloning a graph. 2002-11-27 17:39:37 +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 Inline DSTypeRec stuff into DSNode 2002-11-18 21:45:30 +00:00
DSSupport.h Inline DSTypeRec into DSNode 2002-11-18 21:45:07 +00:00
Expressions.h Remove extra #include 2002-09-17 17:18:12 +00:00
FindUnsafePointerTypes.h - Do not expose ::ID from any of the analyses anymore. 2002-08-21 17:09:45 +00:00
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 No longer need local graph to find call sites. 2002-11-27 17:38:56 +00:00
LoadValueNumbering.h Initial version of LoadValueNumbering interface 2002-08-30 20:27:48 +00:00
LoopInfo.h Added helper functions in LoopInfo: isLoopExit and numBackEdges. 2002-10-11 05:31:10 +00:00
PostDominators.h - Split Dominators.h into Dominators.h & PostDominators.h 2002-08-21 23:43:50 +00:00
SlotCalculator.h
ValueNumbering.h Initial version of ValueNumbering interface 2002-08-30 20:27:15 +00:00
Verifier.h Fix comments. 2002-08-30 22:51:08 +00:00