llvm-6502/include/llvm/Analysis
Dan Gohman 927793b6a1 Make LoopInfo::print() identify header, exit, and latch blocks,
and print the loop depth.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65593 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-27 00:05:54 +00:00
..
AliasAnalysis.h Correct a comment: since AccessArguments is now 2009-02-13 17:36:13 +00:00
AliasSetTracker.h
CallGraph.h
CaptureTracking.h
CFGPrinter.h
ConstantFolding.h
ConstantsScanner.h
DebugInfo.h The debugger sometimes lookup dynamically in the runtime to find ivar info of any Objective-C classes. It would be very helpful to debugger if the compiler encodes runtime version number in DWARF. 2009-02-17 22:43:44 +00:00
DominatorInternals.h
Dominators.h
FindUsedTypes.h
Interval.h
IntervalIterator.h
IntervalPartition.h
LibCallAliasAnalysis.h
LibCallSemantics.h
LoopInfo.h Make LoopInfo::print() identify header, exit, and latch blocks, 2009-02-27 00:05:54 +00:00
LoopPass.h Move dumpPassStructure out of line. 2009-02-17 19:41:26 +00:00
LoopVR.h Eliminate several more unnecessary intptr_t casts. 2009-02-18 05:09:16 +00:00
MemoryDependenceAnalysis.h The operator<() and operator>() were reversing their tests. Have the test the correct way. 2009-01-22 03:05:10 +00:00
Passes.h
PostDominators.h
ProfileInfo.h
ProfileInfoLoader.h
ProfileInfoTypes.h
ScalarEvolution.h Rename ScalarEvolution's getIterationCount to getBackedgeTakenCount, 2009-02-24 18:55:53 +00:00
ScalarEvolutionExpander.h
ScalarEvolutionExpressions.h Strengthen the "non-constant stride must dominate loop preheader" check. 2009-02-17 00:13:06 +00:00
SparsePropagation.h
Trace.h
ValueTracking.h
Verifier.h