llvm-6502/include/llvm/Analysis/DataStructure
Chris Lattner df968b8b37 Change the ActualCallees callgraph from hash_multimap<Instruction,Function>
to std::set<std::pair<Inst,Func>> to avoid duplicate entries.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21030 91177308-0d34-0410-b5e6-96231b3b80d8
2005-04-02 19:15:15 +00:00
..
DataStructure.h Change the ActualCallees callgraph from hash_multimap<Instruction,Function> 2005-04-02 19:15:15 +00:00
DSGraph.h add new spliceFrom methods. 2005-03-24 23:45:20 +00:00
DSGraphTraits.h remove use of compat_iterator 2005-03-16 22:42:01 +00:00
DSNode.h add a method 2005-03-20 03:29:39 +00:00
DSSupport.h add a method 2005-03-21 09:38:39 +00:00
EquivClassGraphs.h Change the ActualCallees callgraph from hash_multimap<Instruction,Function> 2005-04-02 19:15:15 +00:00