llvm-6502/include/llvm/Analysis
Alkis Evlogimenos 60596382aa Eliminate some extraneous code in SlotCalculator::insertVal().
Rename SlotCalculator::getValSlot() to SlotCalculator::getSlot(),
       SlotCalculator::insertValue() to SlotCalculator::getOrCreateSlot(),
       SlotCalculator::insertVal() to SlotCalculator::insertValue(), and
       SlotCalculator::doInsertVal() to SlotCalculator::doInsertValue().


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9190 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-17 02:02:40 +00:00
..
DataStructure Add prototype 2003-09-21 00:28:18 +00:00
AliasAnalysis.h Add support for gathering sets of must aliases 2003-06-29 00:23:11 +00:00
AliasSetTracker.h Spell `necessary' correctly. 2003-08-18 14:43:39 +00:00
CallGraph.h Standardize header file comments 2003-09-30 18:37:50 +00:00
ConstantsScanner.h Standardize header file comments 2003-09-30 18:37:50 +00:00
DataStructure.h Add prototype 2003-09-21 00:28:18 +00:00
DependenceGraph.h #include <cassert> as necessary... 2003-07-25 17:58:41 +00:00
Dominators.h Get rid of the whole "Node2" business, rename getNode() ->getBlock() to 2003-09-11 16:25:06 +00:00
DSGraph.h Unsquishify 2003-09-20 01:23:29 +00:00
DSGraphTraits.h Remove a ton of extraneous #includes 2003-06-22 03:08:05 +00:00
DSNode.h INCLUDE_PARENT_GRAPH is required 2003-07-02 23:57:21 +00:00
DSSupport.h Switch from using CallInst's to represent call sites to using the LLVM 2003-09-20 16:34:13 +00:00
Expressions.h Standardize header file comments 2003-09-30 18:37:50 +00:00
FindUnsafePointerTypes.h Standardize header file comments 2003-09-30 18:37:50 +00:00
FindUsedTypes.h Standardize header file comments 2003-09-30 18:37:50 +00:00
InductionVariable.h Spelling fixes 2003-09-10 05:24:09 +00:00
InstForest.h Remove usage of use_size() 2003-10-15 16:43:24 +00:00
Interval.h Fix spelling. 2003-10-10 17:42:19 +00:00
IntervalIterator.h Use graph traits to perform generic interval construction 2003-10-01 22:28:00 +00:00
IntervalPartition.h Standardize header file comments 2003-09-30 18:37:50 +00:00
IPModRef.h Switch from using CallInst's to represent call sites to using the LLVM 2003-09-20 16:34:13 +00:00
LoadValueNumbering.h
LoopInfo.h Standardize header file comments 2003-09-30 18:37:50 +00:00
MemoryDepAnalysis.h Remove explicit passing of SCC's around as objects. 2003-08-31 19:46:48 +00:00
PgmDependenceGraph.h This should use Support/iterator, not <iterator> 2003-08-31 19:46:22 +00:00
PostDominators.h Standardize header file comments 2003-09-30 18:37:50 +00:00
SlotCalculator.h Eliminate some extraneous code in SlotCalculator::insertVal(). 2003-10-17 02:02:40 +00:00
ValueNumbering.h
Verifier.h Standardize header file comments 2003-09-30 18:37:50 +00:00