summaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/LoopIterator.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded #includes.Jakub Staszak2013-02-091-1/+0
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Allow for customized graph edge pruning in PostOrderIterator.hJakob Stoklund Olesen2012-07-171-23/+19
* Cleanup. Remove an extraneous GraphTraits specialization.Andrew Trick2011-08-101-19/+5
* Cleanup. Added LoopBlocksDFS::perform for simple clients.Andrew Trick2011-08-101-0/+3
* An interface for iterating over a loop's blocks in DFS order.Andrew Trick2011-08-031-0/+197