llvm-6502/lib/Analysis/IPA
Daniel Berlin d81ccc2806 Implement offline variable substitution in order to reduce memory
and time usage.
Fixup operator == to make this work, and add a resize method to DenseMap
so we can resize our hashtable once we know how big it should be.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42269 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-24 19:45:49 +00:00
..
Andersens.cpp Implement offline variable substitution in order to reduce memory 2007-09-24 19:45:49 +00:00
CallGraph.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
CallGraphSCCPass.cpp Do not overuse std::string. Pass around char * directly. 2007-08-10 18:29:32 +00:00
FindUsedTypes.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
GlobalsModRef.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
Makefile