aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/PredIteratorCache.h
Commit message (Collapse)AuthorAgeFilesLines
* Add caching of predecessor counts as well as predecessors themselves.Owen Anderson2009-04-221-0/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69791 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed trailing whitespace.Misha Brukman2009-02-201-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65196 91177308-0d34-0410-b5e6-96231b3b80d8
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-1/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61715 91177308-0d34-0410-b5e6-96231b3b80d8
* add #include guards, thanks Dan.Chris Lattner2009-01-041-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61619 91177308-0d34-0410-b5e6-96231b3b80d8
* newline at end of phileChris Lattner2008-12-091-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60744 91177308-0d34-0410-b5e6-96231b3b80d8
* pred_iterator got a lot slower since use-diet landed. This is a Chris Lattner2008-12-091-0/+56
really simple cache class for these queries. Hopefully this can be removed if pred_iterator speeds back up. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60742 91177308-0d34-0410-b5e6-96231b3b80d8