Anna Zaks e15402f92b Change the Dominators recalculate() function to only rely on GraphTraits
This is a patch by Guoping Long!

As part of utilizing LLVM Dominator computation in Clang, made two changes to LLVM dominators tree implementation:

 - (1) Change the recalculate() template function to only rely on GraphTraits.
 - (2) Add a size() method to GraphTraits template class to query the number of nodes in the graph.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145837 91177308-0d34-0410-b5e6-96231b3b80d8
2011-12-05 19:17:04 +00:00
..
2011-11-16 01:36:50 +00:00
2011-12-01 08:00:17 +00:00
2011-11-05 09:45:17 +00:00
2011-11-05 09:45:17 +00:00
2011-07-14 21:50:04 +00:00
2011-06-23 14:02:13 +00:00
2011-11-21 20:46:55 +00:00
2010-11-29 18:16:10 +00:00
2011-10-17 23:54:22 +00:00
2011-11-28 00:49:01 +00:00