diff options
author | Chris Lattner <sabre@nondot.org> | 2005-04-02 19:17:18 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-04-02 19:17:18 +0000 |
commit | 021decc82d843c69363d3d6ee1a202613911c61c (patch) | |
tree | 885dc36165581cd92ccdb404d81cba5c19f1ace2 /include/llvm/Analysis/DataStructure/EquivClassGraphs.h | |
parent | df968b8b37d93c105ced41bea5d3231ee171a24e (diff) |
Change the ActualCallees callgraph from hash_multimap<Instruction,Function>
to std::set<std::pair<Inst,Func>> to avoid duplicate entries.
This speeds up the CompleteBU pass from 1.99s to .15s on povray and the
eqgraph passes from 1.5s to .16s on the same.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21031 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/DataStructure/EquivClassGraphs.h')
0 files changed, 0 insertions, 0 deletions