summaryrefslogtreecommitdiff
path: root/include/llvm/Support/DataFlow.h
Commit message (Collapse)AuthorAge
* Fix build of DataFlow.hTorok Edwin2010-08-04
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110193 91177308-0d34-0410-b5e6-96231b3b80d8
* Make dataflow iteration possible on Value*, not only on User*: ↵Torok Edwin2009-04-30
| | | | | | df_ext_iterator<Value*, SmallPtrSet<const Value*, 16> > git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70496 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed trailing whitespace.Misha Brukman2009-02-20
| | | | 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-05
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61715 91177308-0d34-0410-b5e6-96231b3b80d8
* Add new file Support/DataFlow.h.Torok Edwin2008-04-02
It allows Use-Def and Def-Use relations to be treated as graphs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49088 91177308-0d34-0410-b5e6-96231b3b80d8